Show / Hide Table of Contents

Class QueryWarehouseDataObjectDataDetails

Information required to form and execute Operations Insights Warehouse data objects query.

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

Properties

Query

Declaration
[Required(ErrorMessage = "Query is required.")]
[JsonProperty(PropertyName = "query")]
public DataObjectQuery Query { get; set; }
Property Value
Type Description
DataObjectQuery
Remarks

Required

In this article
Back to top