- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
access
Type: UNORDERED_LIST_STRUCT
Provider name: access
Description: [Optional] An array of objects that define dataset access for one or more entities. You can set this property when inserting or updating a dataset in order to control who is allowed to access the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the following entities: access.specialGroup: projectReaders; access.role: READER; access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners; access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;
dataset
STRUCT
dataset
dataset
STRUCT
dataset
dataset_id
STRING
datasetId
project_id
STRING
projectId
target_types
UNORDERED_LIST_STRING
targetTypes
domain
STRING
domain
group_by_email
STRING
groupByEmail
iam_member
STRING
iamMember
role
STRING
role
routine
STRUCT
routine
dataset_id
STRING
datasetId
project_id
STRING
projectId
routine_id
STRING
routineId
special_group
STRING
specialGroup
user_by_email
STRING
userByEmail
view
STRUCT
view
dataset_id
STRING
datasetId
project_id
STRING
projectId
table_id
STRING
tableId
ancestors
Type: UNORDERED_LIST_STRING
creation_time
Type: INT64
Provider name: creationTime
Description: [Output-only] The time when this dataset was created, in milliseconds since the epoch.
dataset_reference
Type: STRUCT
Provider name: datasetReference
Description: [Required] A reference that identifies the dataset.
dataset_id
STRING
datasetId
project_id
STRING
projectId
default_collation
Type: STRING
Provider name: defaultCollation
Description: [Output-only] The default collation of the dataset.
default_encryption_configuration
Type: STRUCT
Provider name: defaultEncryptionConfiguration
kms_key_name
STRING
kmsKeyName
default_partition_expiration_ms
Type: INT64
Provider name: defaultPartitionExpirationMs
Description: [Optional] The default partition expiration for all partitioned tables in the dataset, in milliseconds. Once this property is set, all newly-created partitioned tables in the dataset will have an expirationMs property in the timePartitioning settings set to this value, and changing the value will only affect new tables, not existing ones. The storage in a partition will have an expiration time of its partition time plus this value. Setting this property overrides the use of defaultTableExpirationMs for partitioned tables: only one of defaultTableExpirationMs and defaultPartitionExpirationMs will be used for any new partitioned table. If you provide an explicit timePartitioning.expirationMs when creating or updating a partitioned table, that value takes precedence over the default partition expiration time indicated by this property.
default_rounding_mode
Type: STRING
Provider name: defaultRoundingMode
Description: [Output-only] The default rounding mode of the dataset.
default_table_expiration_ms
Type: INT64
Provider name: defaultTableExpirationMs
Description: [Optional] The default lifetime of all tables in the dataset, in milliseconds. The minimum value is 3600000 milliseconds (one hour). Once this property is set, all newly-created tables in the dataset will have an expirationTime property set to the creation time plus the value in this property, and changing the value will only affect new tables, not existing ones. When the expirationTime for a given table is reached, that table will be deleted automatically. If a table’s expirationTime is modified or removed before the table expires, or if you provide an explicit expirationTime when creating a table, that value takes precedence over the default expiration time indicated by this property.
description
Type: STRING
Provider name: description
Description: [Optional] A user-friendly description of the dataset.
etag
Type: STRING
Provider name: etag
Description: [Output-only] A hash of the resource.
friendly_name
Type: STRING
Provider name: friendlyName
Description: [Optional] A descriptive name for the dataset.
id
Type: STRING
Provider name: id
Description: [Output-only] The fully-qualified unique name of the dataset in the format projectId:datasetId. The dataset name without the project name is given in the datasetId field. When creating a new dataset, leave this field blank, and instead specify the datasetId field.
is_case_insensitive
Type: BOOLEAN
Provider name: isCaseInsensitive
Description: [Optional] Indicates if table names are case insensitive in the dataset.
kind
Type: STRING
Provider name: kind
Description: [Output-only] The resource type.
labels
Type: UNORDERED_LIST_STRING
last_modified_time
Type: INT64
Provider name: lastModifiedTime
Description: [Output-only] The date when this dataset or any of its tables was last modified, in milliseconds since the epoch.
location
Type: STRING
Provider name: location
Description: The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.
max_time_travel_hours
Type: INT64
Provider name: maxTimeTravelHours
Description: [Optional] Number of hours for the max time travel for all tables in the dataset.
organization_id
Type: STRING
parent
Type: STRING
project_id
Type: STRING
project_number
Type: STRING
resource_name
Type: STRING
satisfies_pzs
Type: BOOLEAN
Provider name: satisfiesPzs
Description: [Output-only] Reserved for future use.
self_link
Type: STRING
Provider name: selfLink
Description: [Output-only] A URL that can be used to access the resource again. You can use this URL in Get or Update requests to the resource.
storage_billing_model
Type: STRING
Provider name: storageBillingModel
Description: [Optional] Storage billing model to be used for all tables in the dataset. Can be set to PHYSICAL. Default is LOGICAL.
tags
Type: UNORDERED_LIST_STRING