BigQuery Audit Data Logging v1 API - Class Dataset (1.3.0)

public sealed class Dataset : IMessage<Dataset>, IEquatable<Dataset>, IDeepCloneable<Dataset>, IBufferMessage, IMessage

Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class Dataset.

BigQuery dataset information. See the Dataset API resource for more details on individual fields.

Inheritance

object > Dataset

Namespace

Google.Cloud.BigQuery.Logging.V1

Assembly

Google.Cloud.BigQuery.Logging.V1.dll

Constructors

Dataset()

public Dataset()

Dataset(Dataset)

public Dataset(Dataset other)
Parameter
Name Description
other Dataset

Properties

Acl

public BigQueryAcl Acl { get; set; }

The access control list for the dataset.

Property Value
Type Description
BigQueryAcl

CreateTime

public Timestamp CreateTime { get; set; }

The time the dataset was created.

Property Value
Type Description
Timestamp

DatasetName

public DatasetName DatasetName { get; set; }

The name of the dataset.

Property Value
Type Description
DatasetName

DefaultTableExpireDuration

public Duration DefaultTableExpireDuration { get; set; }

If this field is present, each table that does not specify an expiration time is assigned an expiration time by adding this duration to the table's createTime. If this field is empty, there is no default table expiration time.

Property Value
Type Description
Duration

Info

public DatasetInfo Info { get; set; }

User-provided metadata for the dataset.

Property Value
Type Description
DatasetInfo

UpdateTime

public Timestamp UpdateTime { get; set; }

The time the dataset was last modified.

Property Value
Type Description
Timestamp