public sealed class BatchDeleteDocumentsMetadata : IMessage<BatchDeleteDocumentsMetadata>, IEquatable<BatchDeleteDocumentsMetadata>, IDeepCloneable<BatchDeleteDocumentsMetadata>, IBufferMessage, IMessage
Implements
IMessageBatchDeleteDocumentsMetadata, IEquatableBatchDeleteDocumentsMetadata, IDeepCloneableBatchDeleteDocumentsMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
BatchDeleteDocumentsMetadata()
public BatchDeleteDocumentsMetadata()
BatchDeleteDocumentsMetadata(BatchDeleteDocumentsMetadata)
public BatchDeleteDocumentsMetadata(BatchDeleteDocumentsMetadata other)
Parameter | |
---|---|
Name | Description |
other |
BatchDeleteDocumentsMetadata |
Properties
CommonMetadata
public CommonOperationMetadata CommonMetadata { get; set; }
The basic metadata of the long-running operation.
Property Value | |
---|---|
Type | Description |
CommonOperationMetadata |
ErrorDocumentCount
public int ErrorDocumentCount { get; set; }
Total number of documents that failed to be deleted in storage.
Property Value | |
---|---|
Type | Description |
int |
IndividualBatchDeleteStatuses
public RepeatedField<BatchDeleteDocumentsMetadata.Types.IndividualBatchDeleteStatus> IndividualBatchDeleteStatuses { get; }
The list of response details of each document.
Property Value | |
---|---|
Type | Description |
RepeatedFieldBatchDeleteDocumentsMetadataTypesIndividualBatchDeleteStatus |
TotalDocumentCount
public int TotalDocumentCount { get; set; }
Total number of documents deleting from dataset.
Property Value | |
---|---|
Type | Description |
int |