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

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

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

User-provided metadata for a dataset.

Inheritance

object > DatasetInfo

Namespace

Google.Cloud.BigQuery.Logging.V1

Assembly

Google.Cloud.BigQuery.Logging.V1.dll

Constructors

DatasetInfo()

public DatasetInfo()

DatasetInfo(DatasetInfo)

public DatasetInfo(DatasetInfo other)
Parameter
NameDescription
otherDatasetInfo

Properties

Description

public string Description { get; set; }

A long description, perhaps several paragraphs, describing the dataset contents in detail.

Property Value
TypeDescription
string

FriendlyName

public string FriendlyName { get; set; }

A short name for the dataset, such as"Analytics Data 2011".

Property Value
TypeDescription
string

Labels

public MapField<string, string> Labels { get; }

Labels provided for the dataset.

Property Value
TypeDescription
MapFieldstringstring