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 v2 API, specifically for the .NET library."],["The content includes a listing of available versions for the Google.Cloud.Dlp.V2 library, ranging from version 2.15.0 to the latest 4.16.0, with version 4.6.0 highlighted."],["`DatastoreOptions` is described as a class that defines options for a data set within Google Cloud Datastore and implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The documentation details the class's constructors, `DatastoreOptions()` and `DatastoreOptions(DatastoreOptions other)`, along with its properties, `Kind` (of type `KindExpression`) and `PartitionId` (of type `PartitionId`)."],["This documentation also shows where the `DatastoreOptions` class inherits members from, such as `GetHashCode()`, `GetType()`, and `ToString()`, which are members of the object class."]]],[]]