Class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat
The statistic representing a dataset split type for this export.
Implements
Inherited Members
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? |