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, which is used to define datasets within Google Cloud Datastore, and is part of version 3.3.0 of the Google Cloud DLP V2 library."],["The `DatastoreOptions` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for data handling and management."],["The latest version of the Google.Cloud.Dlp.V2 library is 4.16.0, and there are multiple versions of the library available, going as far back as 2.15.0."],["`DatastoreOptions` includes properties `Kind` (of type `KindExpression`) and `PartitionId` that are essential for specifying which data to process within the Datastore."],["Two constructors are available for the `DatastoreOptions` class, a parameterless constructor, and one that accepts another `DatastoreOptions` object, for example, `public DatastoreOptions(DatastoreOptions other)`."]]],[]]