Google Cloud Storage Insights v1 API - Class DatasetConfig.Types.Link (1.4.0)

public sealed class DatasetConfig.Types.Link : IMessage<DatasetConfig.Types.Link>, IEquatable<DatasetConfig.Types.Link>, IDeepCloneable<DatasetConfig.Types.Link>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Storage Insights v1 API class DatasetConfig.Types.Link.

Defines the details about the linked dataset.

Inheritance

object > DatasetConfig.Types.Link

Namespace

Google.Cloud.StorageInsights.V1

Assembly

Google.Cloud.StorageInsights.V1.dll

Constructors

public Link()
public Link(DatasetConfig.Types.Link other)
Parameter
Name Description
other DatasetConfigTypesLink

Properties

public string Dataset { get; set; }

Output only. Dataset name for linked dataset.

Property Value
Type Description
string
public bool Linked { get; set; }

Output only. State of the linked dataset.

Property Value
Type Description
bool