Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class BaseRequest

    Represents a base request for querying or scanning a database.

    Inheritance
    object
    BaseRequest
    QueryRequest
    ScanRequest
    Inherited Members
    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 BaseRequest

    Properties

    | Edit this page View Source

    AttributesToGet

    Gets or sets the attributes to retrieve in the query or scan.

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

    ExpressionAttributeNames

    Used to define the attributes that you can customize.

    Declaration
    public Dictionary<string, string> ExpressionAttributeNames { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>
    | Edit this page View Source

    Filter

    Gets or sets the filter to apply to the query or scan.

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

    FilterExpression

    Gets or sets the filter expression for the query or scan.

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

    IndexName

    Gets or sets the index name to query or scan.

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

    Page

    Gets or sets the page token for pagination in the query or scan.

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

    PageSize

    Gets or sets the page size for the query or scan.

    Declaration
    public int? PageSize { get; set; }
    Property Value
    Type Description
    int?

    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