system property
Identifies the storage system of the entity data.
Required. Immutable. Possible string values are:
- "STORAGE_SYSTEM_UNSPECIFIED" : Storage system unspecified.
- "CLOUD_STORAGE" : The entity data is contained within a Cloud Storage bucket.
- "BIGQUERY" : The entity data is contained within a BigQuery dataset.
Implementation
core.String? system;