Cloud Dataplex v1 API - Enum EntryView (2.15.0)

public enum EntryView

Reference 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.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Fields

NameDescription
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.