Documentation ¶ Index ¶ type DataLake func (d *DataLake) GetMetadata() *types.Metadata func (d *DataLake) GetRawValue() interface{} type Store func (s *Store) GetMetadata() *types.Metadata func (s *Store) GetRawValue() interface{} Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type DataLake ¶ type DataLake struct { types.Metadata Stores []Store } func (*DataLake) GetMetadata ¶ added in v0.3.24 func (d *DataLake) GetMetadata() *types.Metadata func (*DataLake) GetRawValue ¶ added in v0.3.24 func (d *DataLake) GetRawValue() interface{} type Store ¶ type Store struct { types.Metadata EnableEncryption types.BoolValue } func (*Store) GetMetadata ¶ added in v0.3.24 func (s *Store) GetMetadata() *types.Metadata func (*Store) GetRawValue ¶ added in v0.3.24 func (s *Store) GetRawValue() interface{} Source Files ¶ View all Source files datalake.go Click to show internal directories. Click to hide internal directories.