Dataflow v1beta3 API - Class FileIODetails (2.0.0-beta06)

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

Reference documentation and code samples for the Dataflow v1beta3 API class FileIODetails.

Metadata for a File connector used by the job.

Inheritance

object > FileIODetails

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

FileIODetails()

public FileIODetails()

FileIODetails(FileIODetails)

public FileIODetails(FileIODetails other)
Parameter
NameDescription
otherFileIODetails

Properties

FilePattern

public string FilePattern { get; set; }

File Pattern used to access files by the connector.

Property Value
TypeDescription
string