Show / Hide Table of Contents

Class GcsFolderDestination

Export folder destination of the data.

Inheritance
System.Object
GcsFolderDestination
Implements
IMessage<GcsFolderDestination>
System.IEquatable<GcsFolderDestination>
IDeepCloneable<GcsFolderDestination>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class GcsFolderDestination : IMessage<GcsFolderDestination>, IEquatable<GcsFolderDestination>, IDeepCloneable<GcsFolderDestination>, IBufferMessage, IMessage

Constructors

GcsFolderDestination()

Declaration
public GcsFolderDestination()

GcsFolderDestination(GcsFolderDestination)

Declaration
public GcsFolderDestination(GcsFolderDestination other)
Parameters
Type Name Description
GcsFolderDestination other

Properties

OutputFolderUri

Required. Cloud Storage directory to export data to.

Declaration
public string OutputFolderUri { get; set; }
Property Value
Type Description
System.String
Back to top