Enum ApplicationIntentOption
- Namespace
- ItTiger.TigerQuery.Core
- Assembly
- ItTiger.TigerQuery.Core.dll
Describes whether a connection targets read-write or read-only workloads.
public enum ApplicationIntentOption
Fields
[TigerText("ReadOnly", Description = "Read-only workload (routes to a readable secondary)")] ReadOnly = 1- Requests routing to a readable secondary when the server supports it.
[TigerText("ReadWrite", Description = "Read-write workload (default)")] ReadWrite = 0- Targets a read-write replica.