Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class QueryRequest

    Represents a request for querying a data source.

    Inheritance
    object
    BaseRequest
    QueryRequest
    Implements
    ICloneable
    Inherited Members
    BaseRequest.IndexName
    BaseRequest.Filter
    BaseRequest.AttributesToGet
    BaseRequest.PageSize
    BaseRequest.Page
    BaseRequest.FilterExpression
    BaseRequest.ExpressionAttributeNames
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Cloud.Table
    Assembly: Innovt.Cloud.dll
    Syntax
    public class QueryRequest : BaseRequest, ICloneable

    Properties

    | Edit this page View Source

    KeyConditionExpression

    Gets or sets the key condition expression used in the query.

    Declaration
    public string KeyConditionExpression { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ScanIndexForward

    Gets or sets a value indicating whether to scan the index forward or backward.

    Declaration
    public bool ScanIndexForward { get; set; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    Clone()

    Creates a deep copy of the current instance.

    Declaration
    public object Clone()
    Returns
    Type Description
    object

    A new instance of QueryRequest that is a copy of the current instance.

    Implements

    ICloneable

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX