Skip to main content
All docs
V24.2

MongoDBQuery Class

#Declaration

TypeScript
export class MongoDBQuery extends SerializableModel

#Inherited Members

#Inheritance

SerializableModel
MongoDBQuery

#constructor

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

#Declaration

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

#Parameters

Name Type
json any
serializer ModelSerializer

#Properties

#alias Property

#Declaration

TypeScript
alias: ko.Observable<string>

#Property Value

Type
Observable<string>

#collectionName Property

#Declaration

TypeScript
collectionName: ko.Observable<string>

#Property Value

Type
Observable<string>

#Methods

#getInfo Method

#Declaration

TypeScript
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray

#Returns

Type
ISerializationInfoArray