Class FilesetSpec (2.0.0)

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

Specification that applies to a fileset. Valid only for entries with the 'FILESET' type.

Inheritance

Object > FilesetSpec

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

FilesetSpec()

public FilesetSpec()

FilesetSpec(FilesetSpec)

public FilesetSpec(FilesetSpec other)
Parameter
NameDescription
otherFilesetSpec

Properties

DataplexFileset

public DataplexFilesetSpec DataplexFileset { get; set; }

Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.

Property Value
TypeDescription
DataplexFilesetSpec