Interface GetQueryViewsOptions

interface GetQueryViewsOptions {
    containerPath?: string;
    excludeSessionView?: boolean;
    failure?: RequestFailure<any>;
    metadata?: any;
    queryName?: string;
    schemaName?: string;
    scope?: any;
    success?: RequestSuccess<any>;
    viewName?: string;
}

Hierarchy (view full)

Properties

containerPath?: string
excludeSessionView?: boolean
failure?: RequestFailure<any>

This will be called upon failure to complete a request.

metadata?: any
queryName?: string
schemaName?: string
scope?: any

A scoping object for the success and failure callback functions (default to this).

success?: RequestSuccess<any>

This will be called upon successfully completing a request.

viewName?: string

Generated using TypeDoc