Data Catalog v1 API - Class FilesetSpec (2.11.0)

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

Reference documentation and code samples for the Data Catalog v1 API class FilesetSpec.

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