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-04-09 UTC."],[[["This webpage provides documentation for the `DatastoreOptions` class within the `Google.Cloud.Dlp.V2` namespace, specifically outlining its use for defining datasets in Google Cloud Datastore."],["The latest version documented is 4.16.0, with a range of previous versions also available for reference, spanning back to version 2.15.0."],["`DatastoreOptions` inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DatastoreOptions` class has two constructors, a default constructor, and another that takes another `DatastoreOptions` instance as a parameter."],["Key properties of the `DatastoreOptions` class include `Kind`, which specifies the kind to process, and `PartitionId`, which identifies a grouping of entities."]]],[]]