public sealed class DatastoreOptions : IMessage<DatastoreOptions>, IEquatable<DatastoreOptions>, IDeepCloneable<DatastoreOptions>, IBufferMessage, IMessage
Options defining a data set within Google Cloud Datastore.
[[["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-03-24 UTC."],[[["This webpage provides documentation for the `DatastoreOptions` class within the `Google.Cloud.Dlp.V2` namespace, used for defining datasets within Google Cloud Datastore."],["The `DatastoreOptions` class is implemented in the `Google.Cloud.Dlp.V2.dll` assembly and has multiple implementations, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a list of available versions, ranging from the latest version 4.16.0 down to version 2.15.0, with version 3.4.0 being the current context."],["`DatastoreOptions` includes two key properties: `Kind`, which specifies the kind to process, and `PartitionId`, which identifies a grouping of entities by project and namespace."],["There are two constructors available for the class `DatastoreOptions`, a default constructor and a constructor that accepts another instance of `DatastoreOptions` as a parameter."]]],[]]