public sealed class BatchDeleteDocumentsRequest : IMessage<BatchDeleteDocumentsRequest>, IEquatable<BatchDeleteDocumentsRequest>, IDeepCloneable<BatchDeleteDocumentsRequest>, IBufferMessage, IMessage
public BatchDatasetDocuments DatasetDocuments { get; set; }
Required. Dataset documents input. If given filter, all documents
satisfying the filter will be deleted. If given documentIds, a maximum of
50 documents can be deleted in a batch. The request will be rejected if
more than 50 document_ids are provided.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThe latest version of \u003ccode\u003eBatchDeleteDocumentsRequest\u003c/code\u003e is \u003ccode\u003e2.0.0-beta23\u003c/code\u003e, with previous versions including \u003ccode\u003e2.0.0-beta22\u003c/code\u003e and \u003ccode\u003e1.0.0-beta04\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBatchDeleteDocumentsRequest\u003c/code\u003e is a sealed class that implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and contains methods like \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e, coming from the base class.\u003c/p\u003e\n"],["\u003cp\u003eIt has a constructor that accepts another \u003ccode\u003eBatchDeleteDocumentsRequest\u003c/code\u003e object for creating copies, in addition to a parameterless constructor.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eDataset\u003c/code\u003e, which specifies the dataset resource name, and \u003ccode\u003eDatasetDocuments\u003c/code\u003e, which handles the input of documents to be deleted, with limitations on batch sizes.\u003c/p\u003e\n"]]],[],null,["# Cloud Document AI v1beta3 API - Class BatchDeleteDocumentsRequest (2.0.0-beta26)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta26 (latest)](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.BatchDeleteDocumentsRequest)\n- [2.0.0-beta25](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/2.0.0-beta25/Google.Cloud.DocumentAI.V1Beta3.BatchDeleteDocumentsRequest)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/1.0.0-beta04/Google.Cloud.DocumentAI.V1Beta3.BatchDeleteDocumentsRequest) \n\n public sealed class BatchDeleteDocumentsRequest : IMessage\u003cBatchDeleteDocumentsRequest\u003e, IEquatable\u003cBatchDeleteDocumentsRequest\u003e, IDeepCloneable\u003cBatchDeleteDocumentsRequest\u003e, IBufferMessage, IMessage\n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e BatchDeleteDocumentsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[BatchDeleteDocumentsRequest](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.BatchDeleteDocumentsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[BatchDeleteDocumentsRequest](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.BatchDeleteDocumentsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[BatchDeleteDocumentsRequest](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.BatchDeleteDocumentsRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DocumentAI.V1Beta3](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.DocumentAI.V1Beta3.dll\n\nConstructors\n------------\n\n### BatchDeleteDocumentsRequest()\n\n public BatchDeleteDocumentsRequest()\n\n### BatchDeleteDocumentsRequest(BatchDeleteDocumentsRequest)\n\n public BatchDeleteDocumentsRequest(BatchDeleteDocumentsRequest other)\n\nProperties\n----------\n\n### Dataset\n\n public string Dataset { get; set; }\n\nRequired. The dataset resource name.\nFormat:\nprojects/{project}/locations/{location}/processors/{processor}/dataset\n\n### DatasetDocuments\n\n public BatchDatasetDocuments DatasetDocuments { get; set; }\n\nRequired. Dataset documents input. If given `filter`, all documents\nsatisfying the filter will be deleted. If given documentIds, a maximum of\n50 documents can be deleted in a batch. The request will be rejected if\nmore than 50 document_ids are provided."]]