Enterprise Knowledge Graph v1 API - Class OutputConfig (1.0.0-beta04)

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

Reference documentation and code samples for the Enterprise Knowledge Graph v1 API class OutputConfig.

The desired output location and metadata.

Inheritance

object > OutputConfig

Namespace

Google.Cloud.EnterpriseKnowledgeGraph.V1

Assembly

Google.Cloud.EnterpriseKnowledgeGraph.V1.dll

Constructors

OutputConfig()

public OutputConfig()

OutputConfig(OutputConfig)

public OutputConfig(OutputConfig other)
Parameter
Name Description
other OutputConfig

Properties

BigqueryDataset

public string BigqueryDataset { get; set; }

Format is “projects//datasets/”.

Property Value
Type Description
string

BigqueryDatasetAsDatasetName

public DatasetName BigqueryDatasetAsDatasetName { get; set; }

DatasetName-typed view over the BigqueryDataset resource name property.

Property Value
Type Description
DatasetName