public sealed class DataplexFilesetSpec : IMessage<DataplexFilesetSpec>, IEquatable<DataplexFilesetSpec>, IDeepCloneable<DataplexFilesetSpec>, IBufferMessage, IMessageReference documentation and code samples for the Data Catalog v1 API class DataplexFilesetSpec.
Entry specyfication for a Dataplex fileset.
Implements
IMessageDataplexFilesetSpec, IEquatableDataplexFilesetSpec, IDeepCloneableDataplexFilesetSpec, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
DataplexFilesetSpec()
public DataplexFilesetSpec()DataplexFilesetSpec(DataplexFilesetSpec)
public DataplexFilesetSpec(DataplexFilesetSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
DataplexFilesetSpec |
Properties
DataplexSpec
public DataplexSpec DataplexSpec { get; set; }Common Dataplex fields.
| Property Value | |
|---|---|
| Type | Description |
DataplexSpec |
|