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.
Implements
IMessageBulkDownloadFeedbackLabelsMetadataTypesDownloadStats, IEquatableBulkDownloadFeedbackLabelsMetadataTypesDownloadStats, IDeepCloneableBulkDownloadFeedbackLabelsMetadataTypesDownloadStats, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
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 |