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, detailing its functionality for defining datasets in Google Cloud Datastore."],["The latest version available is 4.16.0, with a comprehensive list of previous versions extending back to 2.15.0, each with its corresponding documentation."],["`DatastoreOptions` inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `DatastoreOptions()` and `DatastoreOptions(DatastoreOptions)`, and has two key properties, `Kind` and `PartitionId`, for specifying the kind of data and its partition."],["The document provides links to each individual version within the namespace for browsing, along with information about the inherited members from the `Object` class."]]],[]]