Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadataDownloadStats

Statistics for BulkDownloadFeedbackLabels operation.

Inheritance
object
GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadataDownloadStats
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadataDownloadStats : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FileNames

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

Declaration
[JsonProperty("fileNames")]
public virtual IList<string> FileNames { get; set; }
Property Value
Type Description
IList<string>

ProcessedObjectCount

The number of objects processed during the download operation.

Declaration
[JsonProperty("processedObjectCount")]
public virtual int? ProcessedObjectCount { get; set; }
Property Value
Type Description
int?

SuccessfulDownloadCount

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

Declaration
[JsonProperty("successfulDownloadCount")]
public virtual int? SuccessfulDownloadCount { get; set; }
Property Value
Type Description
int?

TotalFilesWritten

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

Declaration
[JsonProperty("totalFilesWritten")]
public virtual int? TotalFilesWritten { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX