public sealed class DatastoreOptions : IMessage<DatastoreOptions>, IEquatable<DatastoreOptions>, IDeepCloneable<DatastoreOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DatastoreOptions.
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 provides documentation for the `DatastoreOptions` class within the Google Cloud Data Loss Prevention (DLP) v2 API, with version 4.16.0 being the latest."],["`DatastoreOptions` is used to define a dataset within Google Cloud Datastore, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DatastoreOptions` class includes properties such as `Kind` (of type `KindExpression`) and `PartitionId` (of type `PartitionId`), which are used to specify the kind and partition of the data to be processed."],["The page lists available documentation for multiple versions of the library, ranging from 2.15.0 to 4.16.0, allowing users to access information for previous releases."],["The documentation includes details about the class constructors: `DatastoreOptions()` and `DatastoreOptions(DatastoreOptions other)`."]]],[]]