Show / Hide Table of Contents

Class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat

The statistic representing a dataset split type for this export.

Inheritance
object
GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat
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.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

SplitType

The dataset split type.

Declaration
[JsonProperty("splitType")]
public virtual string SplitType { get; set; }
Property Value
Type Description
string

TotalDocumentCount

Total number of documents with the given dataset split type to be exported.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX