Show / Hide Table of Contents

Class OpsiWarehouseDataObjects

Logical grouping used for Operations Insights Warehouse data objects operations.

Inheritance
object
OpsiWarehouseDataObjects
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 OpsiWarehouseDataObjects

Properties

OpsiWarehouseDataObjectsProp

Declaration
[JsonProperty(PropertyName = "opsiWarehouseDataObjects")]
public object OpsiWarehouseDataObjectsProp { get; set; }
Property Value
Type Description
object

Operations Insights Warehouse Data Object.

In this article
Back to top