Type Definitions
DimensionOptions
Type:
- Object
DremioContainerChildInfo
Properties:
| Name | Type | Description |
|---|---|---|
id |
String | |
path |
Array | |
type |
String | |
datasetType |
String | |
containerType |
String |
DremioContainerChildInfo
Type:
- Object
DremioContainerInfo
Properties:
| Name | Type | Description |
|---|---|---|
id |
String | |
path |
Array | |
name |
String | |
entityType |
String | |
children |
Array.<DremioContainerChildInfo> |
DremioContainerInfo
Type:
- Object
DremioEntityInfo
Properties:
| Name | Type | Description |
|---|---|---|
id |
String | |
path |
Array | |
type |
String | |
entityType |
String | |
fields |
Array |
DremioEntityInfo
Type:
- Object
DremioPermissionInfo
Properties:
| Name | Type | Description |
|---|---|---|
name |
String |
Type:
- Object
DremioPermissions
Properties:
| Name | Type | Description |
|---|---|---|
employeeId |
String | |
permissions |
Array.<Object> |
Type:
- Object
DremioResult
Properties:
| Name | Type | Description |
|---|---|---|
rowCount |
Number | кол-во записей |
schema |
Array | схема данных |
rows |
Array | данные |
DremioResult
Type:
- Object
DremioRootEntity
Properties:
| Name | Type | Description |
|---|---|---|
id |
String | |
path |
Array | |
type |
String | |
containerType |
String |
DremioRootEntity
Type:
- Object
FilterOptions
Type:
- Object
IQuerySchema
Properties:
| Name | Type | Description |
|---|---|---|
$from |
Array | |
$fields |
Object | |
$metrics |
Array | |
$dimensions |
Array | |
$filters |
Array | |
$sort |
Array |
IQuerySchema
Type:
- Object
MetricOptions
Type:
- Object
PromiseCancelable
Properties:
| Name | Type | Description |
|---|---|---|
cancel |
function |
Type:
- Promise
QueryOptions
Properties:
| Name | Type | Description |
|---|---|---|
query |
IQuerySchema | query |
dimensionList |
Object | dimensionList |
Type:
- Object
SDKConfig
Properties:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
host |
String |
<optional> |
http://localhost
|
host сервера |
replaceFilterValues |
Boolean |
<optional> |
true
|
нужно ли заменять константы в значениях фильтров |
authToken |
String |
<optional> |
null
|
auth token |
admin |
Boolean |
<optional> |
false
|
admin mode |
SDKConfig
Type:
- Object
SortOptions
Type:
- Object