Show / Hide Table of Contents

Class Query

A query object.

Inheritance
object
PushDownOperation
Query
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class Query : PushDownOperation

Properties

QueryProp

Declaration
[JsonProperty(PropertyName = "query")]
public string QueryProp { get; set; }
Property Value
Type Description
string

A query string.

In this article
Back to top