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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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,[]]