public sealed class AppProfile.Types.StandardIsolation : IMessage<AppProfile.Types.StandardIsolation>, IEquatable<AppProfile.Types.StandardIsolation>, IDeepCloneable<AppProfile.Types.StandardIsolation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class AppProfile.Types.StandardIsolation.
Standard options for isolating this app profile's traffic from other use
cases.
[[["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-25 UTC."],[[["This page provides reference documentation for the `AppProfile.Types.StandardIsolation` class within the Google Cloud Bigtable Administration v2 API, covering versions from 2.4.0 up to the latest release 3.24.0."],["The `AppProfile.Types.StandardIsolation` class offers options for isolating app profile traffic from other use cases and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StandardIsolation` class is found within the namespace `Google.Cloud.Bigtable.Admin.V2` and the assembly `Google.Cloud.Bigtable.Admin.V2.dll`."],["The class has two constructors: a default one (`StandardIsolation()`) and another that takes an existing `AppProfile.Types.StandardIsolation` instance as a parameter (`StandardIsolation(AppProfile.Types.StandardIsolation other)`)."],["It includes a `Priority` property, which is of type `AppProfile.Types.Priority`, which is used to define the priority of requests sent through this specific app profile."]]],[]]