BigQuery Audit Data Logging v1 API - Class DatasetInfo (1.0.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&quot;Analytics Data 2011&quot;.

Property Value
TypeDescription
String

Labels

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

Labels provided for the dataset.

Property Value
TypeDescription
MapField<String, String>