Resource: Dataset
A dataset is a collection of data that has a specific configuration. A dataset can be backed by multiple tables. One bucket can have multiple datasets.
| JSON representation |
|---|
{ "name": string, "displayName": string, "description": string, "createTime": string, "deleteTime": string, "purgeTime": string } |
| Fields | |
|---|---|
name |
Identifier. Name of the dataset. The format is: |
displayName |
Optional. User friendly display name. |
description |
Optional. Description of the dataset. |
createTime |
Output only. Create timestamp. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
deleteTime |
Output only. Delete timestamp. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
purgeTime |
Output only. Timestamp when the dataset in soft-deleted state is purged. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Methods |
|
|---|---|
|
Get a dataset. |
|
List datasets of a bucket. |