Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1RunPipelineMetadataExportToCdwPipelineMetadata

The metadata message for Export-to-CDW pipeline.

Inheritance
object
GoogleCloudContentwarehouseV1RunPipelineMetadataExportToCdwPipelineMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1RunPipelineMetadataExportToCdwPipelineMetadata : IDirectResponseSchema

Properties

DocAiDataset

The output CDW dataset resource name.

Declaration
[JsonProperty("docAiDataset")]
public virtual string DocAiDataset { get; set; }
Property Value
Type Description
string

Documents

The input list of all the resource names of the documents to be exported.

Declaration
[JsonProperty("documents")]
public virtual IList<string> Documents { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

OutputPath

The output Cloud Storage folder in this pipeline.

Declaration
[JsonProperty("outputPath")]
public virtual string OutputPath { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX