Name | Type | Description | Notes |
---|---|---|---|
Collections | Pointer to []ApiAtlasDataLakeDatabaseCollectionView | Array of collections and data sources that map to a ``stores`` data store. | [optional] [readonly] |
MaxWildcardCollections | Pointer to int32 | Maximum number of wildcard collections in the database. This only applies to S3 data sources. | [optional] [readonly] [default to 100] |
Name | Pointer to string | Human-readable label that identifies the database to which the data lake maps data. | [optional] [readonly] |
Views | Pointer to []ApiAtlasDataLakeViewView | Array of aggregation pipelines that apply to the collection. This only applies to S3 data sources. | [optional] [readonly] |
func NewApiAtlasDataLakeDatabaseView() *ApiAtlasDataLakeDatabaseView
NewApiAtlasDataLakeDatabaseView instantiates a new ApiAtlasDataLakeDatabaseView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiAtlasDataLakeDatabaseViewWithDefaults() *ApiAtlasDataLakeDatabaseView
NewApiAtlasDataLakeDatabaseViewWithDefaults instantiates a new ApiAtlasDataLakeDatabaseView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ApiAtlasDataLakeDatabaseView) GetCollections() []ApiAtlasDataLakeDatabaseCollectionView
GetCollections returns the Collections field if non-nil, zero value otherwise.
func (o *ApiAtlasDataLakeDatabaseView) GetCollectionsOk() (*[]ApiAtlasDataLakeDatabaseCollectionView, bool)
GetCollectionsOk returns a tuple with the Collections field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasDataLakeDatabaseView) SetCollections(v []ApiAtlasDataLakeDatabaseCollectionView)
SetCollections sets Collections field to given value.
func (o *ApiAtlasDataLakeDatabaseView) HasCollections() bool
HasCollections returns a boolean if a field has been set.
func (o *ApiAtlasDataLakeDatabaseView) GetMaxWildcardCollections() int32
GetMaxWildcardCollections returns the MaxWildcardCollections field if non-nil, zero value otherwise.
func (o *ApiAtlasDataLakeDatabaseView) GetMaxWildcardCollectionsOk() (*int32, bool)
GetMaxWildcardCollectionsOk returns a tuple with the MaxWildcardCollections field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasDataLakeDatabaseView) SetMaxWildcardCollections(v int32)
SetMaxWildcardCollections sets MaxWildcardCollections field to given value.
func (o *ApiAtlasDataLakeDatabaseView) HasMaxWildcardCollections() bool
HasMaxWildcardCollections returns a boolean if a field has been set.
func (o *ApiAtlasDataLakeDatabaseView) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ApiAtlasDataLakeDatabaseView) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasDataLakeDatabaseView) SetName(v string)
SetName sets Name field to given value.
func (o *ApiAtlasDataLakeDatabaseView) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ApiAtlasDataLakeDatabaseView) GetViews() []ApiAtlasDataLakeViewView
GetViews returns the Views field if non-nil, zero value otherwise.
func (o *ApiAtlasDataLakeDatabaseView) GetViewsOk() (*[]ApiAtlasDataLakeViewView, bool)
GetViewsOk returns a tuple with the Views field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasDataLakeDatabaseView) SetViews(v []ApiAtlasDataLakeViewView)
SetViews sets Views field to given value.
func (o *ApiAtlasDataLakeDatabaseView) HasViews() bool
HasViews returns a boolean if a field has been set.