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 detailing its use for defining datasets in Google Cloud Datastore."],["The documentation includes a list of available versions for `DatastoreOptions`, ranging from the latest version 4.16.0 down to version 2.15.0, allowing users to select the appropriate version for their needs."],["The `DatastoreOptions` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The `DatastoreOptions` class has two constructors: a default constructor `DatastoreOptions()` and a copy constructor `DatastoreOptions(DatastoreOptions other)`, with the latter allowing for the creation of a new `DatastoreOptions` object based on an existing one."],["Key properties of the `DatastoreOptions` class include `Kind` (of type `KindExpression`) specifying the kind to process, and `PartitionId` (of type `PartitionId`) for identifying entity groupings by project and namespace."]]],[]]