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

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

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

The fully-qualified name for a dataset.

Inheritance

object > DatasetName

Namespace

Google.Cloud.BigQuery.Logging.V1

Assembly

Google.Cloud.BigQuery.Logging.V1.dll

Constructors

DatasetName()

public DatasetName()

DatasetName(DatasetName)

public DatasetName(DatasetName other)
Parameter
NameDescription
otherDatasetName

Properties

DatasetId

public string DatasetId { get; set; }

The dataset ID within the project.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

The project ID.

Property Value
TypeDescription
string