new SuperMap.OnlineQueryDatasParameter(options)
            common/online/OnlineQueryDatasParameter.js, line 8
        
        
    | Name | Type | Description | 
|---|---|---|
| options | Object | 查询参数。 | 
Members
- 
    fileNamestring
- 
    
    文件名称。 
- 
    filterFieldsArray.<string>
- 
    
    用于关键字查询时的过滤字段。 
- 
    idsArray.<integer>
- 
    
    由数据项 ID 组成的整型数组。 
- 
    keywordsArray.<string>
- 
    
    关键字。 
- 
    orderBystring
- 
    
    排序字段。 
- 
    serviceIdstring
- 
    
    服务 ID。 
- 
    serviceStatusesstring
- 
    
    服务发布状态。 
- 
    tagsArray.<string>
- 
    
    数据的标签。 
- 
    typesArray.<Object>
- 
    
    数据类型。 
- 
    userNamesArray.<string>
- 
    
    数据作者名。可以根据数据作者名查询,默认查询全部。 
Methods
- 
    toJSON(){Object}common/online/OnlineQueryDatasParameter.js, line 75
- 
    
    
    返回对应的 JSON 对象。 Returns:Type Description Object 对应的 JSON 对象。