Cloud Document AI v1beta3 API - Class BatchDeleteDocumentsMetadata (2.0.0-beta18)

public sealed class BatchDeleteDocumentsMetadata : IMessage<BatchDeleteDocumentsMetadata>, IEquatable<BatchDeleteDocumentsMetadata>, IDeepCloneable<BatchDeleteDocumentsMetadata>, IBufferMessage, IMessage

Inheritance

object > BatchDeleteDocumentsMetadata

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

BatchDeleteDocumentsMetadata()

public BatchDeleteDocumentsMetadata()

BatchDeleteDocumentsMetadata(BatchDeleteDocumentsMetadata)

public BatchDeleteDocumentsMetadata(BatchDeleteDocumentsMetadata other)
Parameter
NameDescription
otherBatchDeleteDocumentsMetadata

Properties

CommonMetadata

public CommonOperationMetadata CommonMetadata { get; set; }

The basic metadata of the long-running operation.

Property Value
TypeDescription
CommonOperationMetadata

ErrorDocumentCount

public int ErrorDocumentCount { get; set; }

Total number of documents that failed to be deleted in storage.

Property Value
TypeDescription
int

IndividualBatchDeleteStatuses

public RepeatedField<BatchDeleteDocumentsMetadata.Types.IndividualBatchDeleteStatus> IndividualBatchDeleteStatuses { get; }

The list of response details of each document.

Property Value
TypeDescription
RepeatedFieldBatchDeleteDocumentsMetadataTypesIndividualBatchDeleteStatus

TotalDocumentCount

public int TotalDocumentCount { get; set; }

Total number of documents deleting from dataset.

Property Value
TypeDescription
int