Module: Google::Cloud::Spanner::V1::Tablet::Role
- Defined in:
- proto_docs/google/spanner/v1/location.rb
Overview
Indicates the role of the tablet.
Constant Summary collapse
- ROLE_UNSPECIFIED =
Not specified.
0- READ_WRITE =
The tablet can perform reads and (if elected leader) writes.
1- READ_ONLY =
The tablet can only perform reads.
2