read property
Describes the read access mechanism of the data.
Not user settable.
Output only. Possible string values are:
- "ACCESS_MODE_UNSPECIFIED" : Access mode unspecified.
- "DIRECT" : Default. Data is accessed directly using storage APIs.
- "MANAGED" : Data is accessed through a managed interface using BigQuery APIs.
Implementation
core.String? read;