Skip to main content
All docs
V25.1
  • MongoDBQuery Class

    Declaration

    export class MongoDBQuery extends SerializableModel

    Inherited Members

    Inheritance

    SerializableModel
    MongoDBQuery

    constructor

    Initializes a new instance of the MongoDBQuery class with specified settings.

    Declaration

    constructor(
        json?: any,
        serializer?: DevExpress.Analytics.Utils.ModelSerializer
    )

    Parameters

    Name Type
    json any
    serializer ModelSerializer

    Properties

    alias Property

    Declaration

    alias: ko.Observable<string>

    Property Value

    Type
    Observable<string>

    collectionName Property

    Declaration

    collectionName: ko.Observable<string>

    Property Value

    Type
    Observable<string>

    Methods

    getInfo Method

    Declaration

    getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray

    Returns

    Type
    ISerializationInfoArray