Show / Hide Table of Contents

Class OperationsInsightsWarehouses

Logical grouping used for Ops Insights Warehouse operations.

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

Properties

OperationsInsightsWarehousesProp

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

Ops Insights Warehouse Object.

In this article
Back to top