Enum Priority
The relative priority for requests.
Namespace: Google.Cloud.Spanner.Data
Assembly: Google.Cloud.Spanner.Data.dll
Syntax
public enum Priority
Fields
Name | Description |
---|---|
High | Executes the request with high priority. |
Low | Executes the request with low priority. |
Medium | Executes the request with medium priority. |
Unspecified | Executes the request with unspecified priority. |