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.
Implements
IMessageDatasetInfo, IEquatableDatasetInfo, IDeepCloneableDatasetInfo, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Logging.V1Assembly
Google.Cloud.BigQuery.Logging.V1.dll
Constructors
DatasetInfo()
public DatasetInfo()
DatasetInfo(DatasetInfo)
public DatasetInfo(DatasetInfo other)
Parameter | |
---|---|
Name | Description |
other | DatasetInfo |
Properties
Description
public string Description { get; set; }
A long description, perhaps several paragraphs, describing the dataset contents in detail.
Property Value | |
---|---|
Type | Description |
string |
FriendlyName
public string FriendlyName { get; set; }
A short name for the dataset, such as"Analytics Data 2011"
.
Property Value | |
---|---|
Type | Description |
string |
Labels
public MapField<string, string> Labels { get; }
Labels provided for the dataset.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |