public enum EntryViewReference documentation and code samples for the Cloud Dataplex v1 API enum EntryView.
View for controlling which parts of an entry are to be returned.
Namespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Fields |
|
|---|---|
| Name | Description |
All |
Returns all aspects. If the number of aspects would exceed 100, the first 100 will be returned. |
Basic |
Returns entry only, without aspects. |
Custom |
Returns aspects matching custom fields in GetEntryRequest. If the number of aspects would exceed 100, the first 100 will be returned. |
Full |
Returns all required aspects as well as the keys of all non-required aspects. |
Unspecified |
Unspecified EntryView. Defaults to FULL. |