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 details the `DatastoreOptions` class within the `Google.Cloud.Dlp.V2` namespace, specifically for defining datasets in Google Cloud Datastore."],["The latest version of `DatastoreOptions` is 4.16.0, with the currently detailed version being 3.2.0."],["The `DatastoreOptions` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that accepts another `DatastoreOptions` object as a parameter."],["It exposes two key properties, `Kind` of type `KindExpression` and `PartitionId` of type `PartitionId`, for configuring the data processing."]]],[]]