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 reference documentation for the `DatastoreOptions` class within the Google Cloud Data Loss Prevention v2 API, specifically for the .NET environment."],["The `DatastoreOptions` class defines settings for interacting with datasets in Google Cloud Datastore, and is represented by a series of versions, with 4.16.0 being the latest."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like message handling and deep cloning."],["`DatastoreOptions` has two key properties: `Kind`, representing the kind of data to process, and `PartitionId`, which identifies the grouping of entities."],["The page documents the `DatastoreOptions` class's constructors and inherited members from the `Object` class, providing a comprehensive view of its capabilities."]]],[]]