Show / Hide Table of Contents

Class WarehouseViewDataObjectDetails

Details of a VIEW type data object in a Warehouse.

Inheritance
object
WarehouseDataObjectDetails
WarehouseViewDataObjectDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class WarehouseViewDataObjectDetails : WarehouseDataObjectDetails

Properties

ColumnsMetadata

Declaration
[JsonProperty(PropertyName = "columnsMetadata")]
public List<DataObjectColumnMetadata> ColumnsMetadata { get; set; }
Property Value
Type Description
List<DataObjectColumnMetadata>

Metadata of columns in the data object.

In this article
Back to top