Dataform v1beta1 API - Class DirectoryEntry (1.0.0-beta05)

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

Reference documentation and code samples for the Dataform v1beta1 API class DirectoryEntry.

Represents a single entry in a directory.

Inheritance

object > DirectoryEntry

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

DirectoryEntry()

public DirectoryEntry()

DirectoryEntry(DirectoryEntry)

public DirectoryEntry(DirectoryEntry other)
Parameter
NameDescription
otherDirectoryEntry

Properties

Directory

public string Directory { get; set; }

A child directory in the directory.

Property Value
TypeDescription
string

EntryCase

public DirectoryEntry.EntryOneofCase EntryCase { get; }
Property Value
TypeDescription
DirectoryEntryEntryOneofCase

File

public string File { get; set; }

A file in the directory.

Property Value
TypeDescription
string

HasDirectory

public bool HasDirectory { get; }

Gets whether the "directory" field is set

Property Value
TypeDescription
bool

HasFile

public bool HasFile { get; }

Gets whether the "file" field is set

Property Value
TypeDescription
bool