public sealed class FileIODetails : IMessage<FileIODetails>, IEquatable<FileIODetails>, IDeepCloneable<FileIODetails>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class FileIODetails.
Metadata for a File connector used by the job.
Implements
IMessageFileIODetails, IEquatableFileIODetails, IDeepCloneableFileIODetails, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
FileIODetails()
public FileIODetails()FileIODetails(FileIODetails)
public FileIODetails(FileIODetails other)| Parameter | |
|---|---|
| Name | Description |
other |
FileIODetails |
Properties
FilePattern
public string FilePattern { get; set; }File Pattern used to access files by the connector.
| Property Value | |
|---|---|
| Type | Description |
string |
|