Contact Center AI Insights v1 API - Class BulkDownloadFeedbackLabelsMetadata.Types.DownloadStats (2.18.0)

public sealed class BulkDownloadFeedbackLabelsMetadata.Types.DownloadStats : IMessage<BulkDownloadFeedbackLabelsMetadata.Types.DownloadStats>, IEquatable<BulkDownloadFeedbackLabelsMetadata.Types.DownloadStats>, IDeepCloneable<BulkDownloadFeedbackLabelsMetadata.Types.DownloadStats>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class BulkDownloadFeedbackLabelsMetadata.Types.DownloadStats.

Statistics for BulkDownloadFeedbackLabels operation.

Inheritance

object > BulkDownloadFeedbackLabelsMetadata.Types.DownloadStats

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

DownloadStats()

public DownloadStats()

DownloadStats(DownloadStats)

public DownloadStats(BulkDownloadFeedbackLabelsMetadata.Types.DownloadStats other)
Parameter
Name Description
other BulkDownloadFeedbackLabelsMetadataTypesDownloadStats

Properties

FileNames

public RepeatedField<string> FileNames { get; }

Output only. Full name of the files written to Cloud storage.

Property Value
Type Description
RepeatedFieldstring

ProcessedObjectCount

public int ProcessedObjectCount { get; set; }

The number of objects processed during the download operation.

Property Value
Type Description
int

SuccessfulDownloadCount

public int SuccessfulDownloadCount { get; set; }

The number of new feedback labels downloaded during this operation. Different from "processed" because some labels might not be downloaded because an error.

Property Value
Type Description
int

TotalFilesWritten

public int TotalFilesWritten { get; set; }

Total number of files written to the provided Cloud Storage bucket.

Property Value
Type Description
int