@hpcc-js/comms 2.73.5 → 2.76.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es6.js +466 -24
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +472 -24
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/index.node.js +472 -25
- package/dist/index.node.js.map +1 -1
- package/dist/index.node.min.js +1 -1
- package/dist/index.node.min.js.map +1 -1
- package/lib-es6/__package__.js +2 -2
- package/lib-es6/__tests__/https.js +2 -2
- package/lib-es6/__tests__/https.js.map +1 -1
- package/lib-es6/__tests__/workunit.js +1 -1
- package/lib-es6/__tests__/workunit.js.map +1 -1
- package/lib-es6/clienttools/eclcc.js +0 -1
- package/lib-es6/clienttools/eclcc.js.map +1 -1
- package/lib-es6/ecl/graph.js +5 -5
- package/lib-es6/ecl/graph.js.map +1 -1
- package/lib-es6/ecl/logicalFile.js +7 -2
- package/lib-es6/ecl/logicalFile.js.map +1 -1
- package/lib-es6/index-common.js +5 -0
- package/lib-es6/index-common.js.map +1 -1
- package/lib-es6/services/fileSpray.js +11 -0
- package/lib-es6/services/fileSpray.js.map +1 -0
- package/lib-es6/services/wsCloud.js +23 -0
- package/lib-es6/services/wsCloud.js.map +1 -0
- package/lib-es6/services/wsDFU.js +5 -16
- package/lib-es6/services/wsDFU.js.map +1 -1
- package/lib-es6/services/wsDali.js +11 -0
- package/lib-es6/services/wsDali.js.map +1 -0
- package/lib-es6/services/wsElk.js +11 -0
- package/lib-es6/services/wsElk.js.map +1 -0
- package/lib-es6/services/wsLogaccess.js +2 -1
- package/lib-es6/services/wsLogaccess.js.map +1 -1
- package/lib-es6/services/wsPackageProcess.js +11 -0
- package/lib-es6/services/wsPackageProcess.js.map +1 -0
- package/lib-es6/services/wsdl/FileSpray/v1.23/FileSpray.js +110 -0
- package/lib-es6/services/wsdl/FileSpray/v1.23/FileSpray.js.map +1 -0
- package/lib-es6/services/wsdl/WsCloud/v1/WsCloud.js +17 -0
- package/lib-es6/services/wsdl/WsCloud/v1/WsCloud.js.map +1 -0
- package/lib-es6/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.js +47 -0
- package/lib-es6/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.js.map +1 -0
- package/lib-es6/services/wsdl/WsDali/v1.04/WsDali.js +68 -0
- package/lib-es6/services/wsdl/WsDali/v1.04/WsDali.js.map +1 -0
- package/lib-es6/services/wsdl/WsDfu/v1.62/WsDfu.js +142 -0
- package/lib-es6/services/wsdl/WsDfu/v1.62/WsDfu.js.map +1 -0
- package/lib-es6/services/wsdl/WsDfu/v1.63/WsDfu.js +142 -0
- package/lib-es6/services/wsdl/WsDfu/v1.63/WsDfu.js.map +1 -0
- package/lib-es6/services/wsdl/WsFileIO/v1.01/WsFileIO.js +23 -0
- package/lib-es6/services/wsdl/WsFileIO/v1.01/WsFileIO.js.map +1 -0
- package/lib-es6/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.js +62 -0
- package/lib-es6/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.js.map +1 -0
- package/lib-es6/services/wsdl/WsSMC/v1.24/WsSMC.js +93 -0
- package/lib-es6/services/wsdl/WsSMC/v1.24/WsSMC.js.map +1 -0
- package/lib-es6/services/wsdl/WsTopology/v1.31/WsTopology.js +77 -0
- package/lib-es6/services/wsdl/WsTopology/v1.31/WsTopology.js.map +1 -0
- package/lib-es6/services/wsdl/WsWorkunits/v1.88/WsWorkunits.js +328 -0
- package/lib-es6/services/wsdl/WsWorkunits/v1.88/WsWorkunits.js.map +1 -0
- package/lib-es6/services/wsdl/ws_access/v1.16/ws_access.js.map +1 -1
- package/lib-es6/services/wsdl/ws_account/v1.05/ws_account.js +26 -0
- package/lib-es6/services/wsdl/ws_account/v1.05/ws_account.js.map +1 -0
- package/lib-es6/services/wsdl/ws_codesign/v1.1/ws_codesign.js +27 -0
- package/lib-es6/services/wsdl/ws_codesign/v1.1/ws_codesign.js.map +1 -0
- package/lib-es6/services/wsdl/ws_elk/v1/ws_elk.js +17 -0
- package/lib-es6/services/wsdl/ws_elk/v1/ws_elk.js.map +1 -0
- package/lib-es6/services/wsdl/ws_logaccess/v1/ws_logaccess.js.map +1 -1
- package/lib-es6/services/wsdl/wsstore/v1.02/wsstore.js +44 -0
- package/lib-es6/services/wsdl/wsstore/v1.02/wsstore.js.map +1 -0
- package/package.json +17 -9
- package/src/__package__.ts +2 -2
- package/src/__tests__/https.ts +2 -2
- package/src/__tests__/workunit.ts +1 -1
- package/src/clienttools/eclcc.ts +0 -1
- package/src/ecl/graph.ts +5 -5
- package/src/ecl/logicalFile.ts +7 -6
- package/src/index-common.ts +5 -0
- package/src/services/fileSpray.ts +8 -0
- package/src/services/wsCloud.ts +20 -0
- package/src/services/wsDFU.ts +11 -2839
- package/src/services/wsDali.ts +8 -0
- package/src/services/wsElk.ts +8 -0
- package/src/services/wsLogaccess.ts +2 -2
- package/src/services/wsPackageProcess.ts +8 -0
- package/src/services/wsdl/FileSpray/v1.23/FileSpray.ts +1008 -0
- package/src/services/wsdl/WsCloud/v1/WsCloud.ts +38 -0
- package/src/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.ts +224 -0
- package/src/services/wsdl/WsDali/v1.04/WsDali.ts +216 -0
- package/src/services/wsdl/WsDfu/v1.62/WsDfu.ts +1455 -0
- package/src/services/wsdl/WsDfu/v1.63/WsDfu.ts +1463 -0
- package/src/services/wsdl/WsFileIO/v1.01/WsFileIO.ts +107 -0
- package/src/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.ts +519 -0
- package/src/services/wsdl/WsSMC/v1.24/WsSMC.ts +665 -0
- package/src/services/wsdl/WsTopology/v1.31/WsTopology.ts +856 -0
- package/src/services/wsdl/WsWorkunits/v1.88/WsWorkunits.ts +2944 -0
- package/src/services/wsdl/ws_access/v1.16/ws_access.ts +952 -952
- package/src/services/wsdl/ws_account/v1.05/ws_account.ts +111 -0
- package/src/services/wsdl/ws_codesign/v1.1/ws_codesign.ts +100 -0
- package/src/services/wsdl/ws_elk/v1/ws_elk.ts +47 -0
- package/src/services/wsdl/ws_logaccess/v1/ws_logaccess.ts +52 -47
- package/src/services/wsdl/wsstore/v1.02/wsstore.ts +250 -0
- package/types/__package__.d.ts +2 -2
- package/types/clienttools/eclcc.d.ts.map +1 -1
- package/types/ecl/logicalFile.d.ts +7 -6
- package/types/ecl/logicalFile.d.ts.map +1 -1
- package/types/index-common.d.ts +5 -0
- package/types/index-common.d.ts.map +1 -1
- package/types/services/fileSpray.d.ts +5 -0
- package/types/services/fileSpray.d.ts.map +1 -0
- package/types/services/wsCloud.d.ts +6 -0
- package/types/services/wsCloud.d.ts.map +1 -0
- package/types/services/wsDFU.d.ts +3 -2463
- package/types/services/wsDFU.d.ts.map +1 -1
- package/types/services/wsDali.d.ts +5 -0
- package/types/services/wsDali.d.ts.map +1 -0
- package/types/services/wsElk.d.ts +5 -0
- package/types/services/wsElk.d.ts.map +1 -0
- package/types/services/wsLogaccess.d.ts +2 -2
- package/types/services/wsLogaccess.d.ts.map +1 -1
- package/types/services/wsPackageProcess.d.ts +5 -0
- package/types/services/wsPackageProcess.d.ts.map +1 -0
- package/types/services/wsdl/FileSpray/v1.23/FileSpray.d.ts +830 -0
- package/types/services/wsdl/FileSpray/v1.23/FileSpray.d.ts.map +1 -0
- package/types/services/wsdl/WsCloud/v1/WsCloud.d.ts +19 -0
- package/types/services/wsdl/WsCloud/v1/WsCloud.d.ts.map +1 -0
- package/types/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.d.ts +148 -0
- package/types/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.d.ts.map +1 -0
- package/types/services/wsdl/WsDali/v1.04/WsDali.d.ts +125 -0
- package/types/services/wsdl/WsDali/v1.04/WsDali.d.ts.map +1 -0
- package/types/services/wsdl/WsDfu/v1.62/WsDfu.d.ts +1224 -0
- package/types/services/wsdl/WsDfu/v1.62/WsDfu.d.ts.map +1 -0
- package/types/services/wsdl/WsDfu/v1.63/WsDfu.d.ts +1232 -0
- package/types/services/wsdl/WsDfu/v1.63/WsDfu.d.ts.map +1 -0
- package/types/services/wsdl/WsFileIO/v1.01/WsFileIO.d.ts +77 -0
- package/types/services/wsdl/WsFileIO/v1.01/WsFileIO.d.ts.map +1 -0
- package/types/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.d.ts +396 -0
- package/types/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.d.ts.map +1 -0
- package/types/services/wsdl/WsSMC/v1.24/WsSMC.d.ts +515 -0
- package/types/services/wsdl/WsSMC/v1.24/WsSMC.d.ts.map +1 -0
- package/types/services/wsdl/WsTopology/v1.31/WsTopology.d.ts +695 -0
- package/types/services/wsdl/WsTopology/v1.31/WsTopology.d.ts.map +1 -0
- package/types/services/wsdl/WsWorkunits/v1.88/WsWorkunits.d.ts +2405 -0
- package/types/services/wsdl/WsWorkunits/v1.88/WsWorkunits.d.ts.map +1 -0
- package/types/services/wsdl/ws_access/v1.16/ws_access.d.ts +1 -1
- package/types/services/wsdl/ws_access/v1.16/ws_access.d.ts.map +1 -1
- package/types/services/wsdl/ws_account/v1.05/ws_account.d.ts +74 -0
- package/types/services/wsdl/ws_account/v1.05/ws_account.d.ts.map +1 -0
- package/types/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts +67 -0
- package/types/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts.map +1 -0
- package/types/services/wsdl/ws_elk/v1/ws_elk.d.ts +28 -0
- package/types/services/wsdl/ws_elk/v1/ws_elk.d.ts.map +1 -0
- package/types/services/wsdl/ws_logaccess/v1/ws_logaccess.d.ts +8 -3
- package/types/services/wsdl/ws_logaccess/v1/ws_logaccess.d.ts.map +1 -1
- package/types/services/wsdl/wsstore/v1.02/wsstore.d.ts +179 -0
- package/types/services/wsdl/wsstore/v1.02/wsstore.d.ts.map +1 -0
- package/types-3.4/__package__.d.ts +2 -2
- package/types-3.4/ecl/logicalFile.d.ts +7 -6
- package/types-3.4/index-common.d.ts +5 -0
- package/types-3.4/services/fileSpray.d.ts +5 -0
- package/types-3.4/services/wsCloud.d.ts +6 -0
- package/types-3.4/services/wsDFU.d.ts +3 -2463
- package/types-3.4/services/wsDali.d.ts +5 -0
- package/types-3.4/services/wsElk.d.ts +5 -0
- package/types-3.4/services/wsLogaccess.d.ts +2 -2
- package/types-3.4/services/wsPackageProcess.d.ts +5 -0
- package/types-3.4/services/wsdl/FileSpray/v1.23/FileSpray.d.ts +830 -0
- package/types-3.4/services/wsdl/WsCloud/v1/WsCloud.d.ts +19 -0
- package/types-3.4/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.d.ts +148 -0
- package/types-3.4/services/wsdl/WsDali/v1.04/WsDali.d.ts +125 -0
- package/types-3.4/services/wsdl/WsDfu/v1.62/WsDfu.d.ts +1224 -0
- package/types-3.4/services/wsdl/WsDfu/v1.63/WsDfu.d.ts +1232 -0
- package/types-3.4/services/wsdl/WsFileIO/v1.01/WsFileIO.d.ts +77 -0
- package/types-3.4/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.d.ts +396 -0
- package/types-3.4/services/wsdl/WsSMC/v1.24/WsSMC.d.ts +515 -0
- package/types-3.4/services/wsdl/WsTopology/v1.31/WsTopology.d.ts +695 -0
- package/types-3.4/services/wsdl/WsWorkunits/v1.88/WsWorkunits.d.ts +2405 -0
- package/types-3.4/services/wsdl/ws_access/v1.16/ws_access.d.ts +1 -1
- package/types-3.4/services/wsdl/ws_account/v1.05/ws_account.d.ts +74 -0
- package/types-3.4/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts +67 -0
- package/types-3.4/services/wsdl/ws_elk/v1/ws_elk.d.ts +28 -0
- package/types-3.4/services/wsdl/ws_logaccess/v1/ws_logaccess.d.ts +8 -3
- package/types-3.4/services/wsdl/wsstore/v1.02/wsstore.d.ts +179 -0
|
@@ -0,0 +1,1463 @@
|
|
|
1
|
+
import { IConnection, IOptions } from "../../../../connection";
|
|
2
|
+
import { Service } from "../../../../espConnection";
|
|
3
|
+
|
|
4
|
+
export type base64Binary = string;
|
|
5
|
+
type long = number;
|
|
6
|
+
type int = number;
|
|
7
|
+
type double = number;
|
|
8
|
+
|
|
9
|
+
export enum DFUArrayActions {
|
|
10
|
+
Delete = "Delete",
|
|
11
|
+
AddToSuperfile = "AddToSuperfile",
|
|
12
|
+
ChangeProtection = "ChangeProtection",
|
|
13
|
+
ChangeRestriction = "ChangeRestriction"
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export enum DFUChangeProtection {
|
|
17
|
+
NoChange = 0,
|
|
18
|
+
Protect = 1,
|
|
19
|
+
Unprotect = 2,
|
|
20
|
+
UnprotectAll = 3
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export enum DFUChangeRestriction {
|
|
24
|
+
NoChange = 0,
|
|
25
|
+
Restrict = 1,
|
|
26
|
+
Unrestricted = 2
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export enum DFUDefFileFormat {
|
|
30
|
+
Xml = "Xml",
|
|
31
|
+
Def = "Def"
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export enum FileAccessRole {
|
|
35
|
+
Token = "Token",
|
|
36
|
+
Engine = "Engine",
|
|
37
|
+
External = "External"
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export enum SecAccessType {
|
|
41
|
+
None = "None",
|
|
42
|
+
Access = "Access",
|
|
43
|
+
Read = "Read",
|
|
44
|
+
Write = "Write",
|
|
45
|
+
Full = "Full"
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export enum DFUFileType {
|
|
49
|
+
Flat = "Flat",
|
|
50
|
+
Index = "Index",
|
|
51
|
+
Xml = "Xml",
|
|
52
|
+
Csv = "Csv",
|
|
53
|
+
Json = "Json",
|
|
54
|
+
IndexLocal = "IndexLocal",
|
|
55
|
+
IndexPartitioned = "IndexPartitioned",
|
|
56
|
+
Unset = "Unset"
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export namespace WsDfu {
|
|
60
|
+
|
|
61
|
+
export interface AddRequest {
|
|
62
|
+
dstname?: string;
|
|
63
|
+
xmlmap?: base64Binary;
|
|
64
|
+
dstcluster?: string;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export interface Exception {
|
|
68
|
+
Code: string;
|
|
69
|
+
Audience: string;
|
|
70
|
+
Source: string;
|
|
71
|
+
Message: string;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export interface Exceptions {
|
|
75
|
+
Source: string;
|
|
76
|
+
Exception: Exception[];
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export interface AddResponse {
|
|
80
|
+
Exceptions: {
|
|
81
|
+
Source: string;
|
|
82
|
+
Exception: Exception[];
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
export interface AddRemoteRequest {
|
|
87
|
+
dstname?: string;
|
|
88
|
+
srcname?: string;
|
|
89
|
+
srcdali?: string;
|
|
90
|
+
srcusername?: string;
|
|
91
|
+
srcpassword?: string;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
export interface AddRemoteResponse {
|
|
95
|
+
Exceptions: Exceptions;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
export interface names {
|
|
99
|
+
Item: string[];
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
export interface AddtoSuperfileRequest {
|
|
103
|
+
Superfile?: string;
|
|
104
|
+
Subfiles?: string;
|
|
105
|
+
names?: {
|
|
106
|
+
Item?: string[];
|
|
107
|
+
};
|
|
108
|
+
ExistingFile?: boolean;
|
|
109
|
+
BackToPage?: string;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export interface SubfileNames {
|
|
113
|
+
SubfileName: string[];
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export interface AddtoSuperfileResponse {
|
|
117
|
+
Exceptions: Exceptions;
|
|
118
|
+
Subfiles: string;
|
|
119
|
+
BackToPage: string;
|
|
120
|
+
SubfileNames: {
|
|
121
|
+
SubfileName: string[];
|
|
122
|
+
};
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
export interface LogicalFiles {
|
|
126
|
+
Item: string[];
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
export interface DFUArrayActionRequest {
|
|
130
|
+
Type?: DFUArrayActions;
|
|
131
|
+
NoDelete?: boolean;
|
|
132
|
+
BackToPage?: string;
|
|
133
|
+
LogicalFiles?: {
|
|
134
|
+
Item?: string[];
|
|
135
|
+
};
|
|
136
|
+
removeFromSuperfiles?: boolean;
|
|
137
|
+
removeRecursively?: boolean;
|
|
138
|
+
Protect?: DFUChangeProtection;
|
|
139
|
+
Restrict?: DFUChangeRestriction;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
export interface DFUActionInfo {
|
|
143
|
+
FileName: string;
|
|
144
|
+
NodeGroup: string;
|
|
145
|
+
ActionResult: string;
|
|
146
|
+
Failed: boolean;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
export interface ActionResults {
|
|
150
|
+
DFUActionInfo: DFUActionInfo[];
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
export interface DFUArrayActionResponse {
|
|
154
|
+
Exceptions: Exceptions;
|
|
155
|
+
BackToPage: string;
|
|
156
|
+
RedirectTo: string;
|
|
157
|
+
ActionResults: {
|
|
158
|
+
DFUActionInfo: DFUActionInfo[];
|
|
159
|
+
};
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
export interface DFUBrowseDataRequest {
|
|
163
|
+
LogicalName?: string;
|
|
164
|
+
FilterBy?: string;
|
|
165
|
+
ShowColumns?: string;
|
|
166
|
+
SchemaOnly?: boolean;
|
|
167
|
+
StartForGoback?: long;
|
|
168
|
+
CountForGoback?: int;
|
|
169
|
+
ChooseFile?: int;
|
|
170
|
+
Cluster?: string;
|
|
171
|
+
ClusterType?: string;
|
|
172
|
+
ParentName?: string;
|
|
173
|
+
Start?: long;
|
|
174
|
+
Count?: int;
|
|
175
|
+
DisableUppercaseTranslation?: boolean;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
export interface DFUDataColumn {
|
|
179
|
+
ColumnID: int;
|
|
180
|
+
ColumnLabel: string;
|
|
181
|
+
ColumnType: string;
|
|
182
|
+
ColumnValue: string;
|
|
183
|
+
ColumnSize: int;
|
|
184
|
+
MaxSize: int;
|
|
185
|
+
ColumnEclType: string;
|
|
186
|
+
ColumnRawSize: int;
|
|
187
|
+
IsNaturalColumn: boolean;
|
|
188
|
+
IsKeyedColumn: boolean;
|
|
189
|
+
DataColumns: DataColumns;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
export interface DataColumns {
|
|
193
|
+
DFUDataColumn: DFUDataColumn[];
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
export interface ColumnHidden {
|
|
197
|
+
ColumnID: int;
|
|
198
|
+
ColumnLabel: string;
|
|
199
|
+
ColumnType: string;
|
|
200
|
+
ColumnValue: string;
|
|
201
|
+
ColumnSize: int;
|
|
202
|
+
MaxSize: int;
|
|
203
|
+
ColumnEclType: string;
|
|
204
|
+
ColumnRawSize: int;
|
|
205
|
+
IsNaturalColumn: boolean;
|
|
206
|
+
IsKeyedColumn: boolean;
|
|
207
|
+
DataColumns: {
|
|
208
|
+
DFUDataColumn: DFUDataColumn[];
|
|
209
|
+
};
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
export interface ColumnsHidden {
|
|
213
|
+
ColumnHidden: ColumnHidden[];
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
export interface DFUBrowseDataResponse {
|
|
217
|
+
Exceptions: Exceptions;
|
|
218
|
+
Name: string;
|
|
219
|
+
LogicalName: string;
|
|
220
|
+
FilterBy: string;
|
|
221
|
+
FilterForGoBack: string;
|
|
222
|
+
ColumnsHidden: {
|
|
223
|
+
ColumnHidden: ColumnHidden[];
|
|
224
|
+
};
|
|
225
|
+
ColumnCount: int;
|
|
226
|
+
StartForGoback: long;
|
|
227
|
+
CountForGoback: int;
|
|
228
|
+
ChooseFile: int;
|
|
229
|
+
SchemaOnly: boolean;
|
|
230
|
+
Cluster: string;
|
|
231
|
+
ClusterType: string;
|
|
232
|
+
ParentName: string;
|
|
233
|
+
Start: long;
|
|
234
|
+
Count: long;
|
|
235
|
+
PageSize: long;
|
|
236
|
+
Total: long;
|
|
237
|
+
Result: string;
|
|
238
|
+
MsgToDisplay: string;
|
|
239
|
+
DisableUppercaseTranslation: boolean;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
export interface DFUDefFileRequest {
|
|
243
|
+
Name?: string;
|
|
244
|
+
Format?: DFUDefFileFormat;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
export interface DFUDefFileResponse {
|
|
248
|
+
Exceptions: Exceptions;
|
|
249
|
+
defFile: base64Binary;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
export interface RequestBase {
|
|
253
|
+
Name: string;
|
|
254
|
+
Cluster: string;
|
|
255
|
+
JobId: string;
|
|
256
|
+
ExpirySeconds: int;
|
|
257
|
+
AccessRole: FileAccessRole;
|
|
258
|
+
AccessType: SecAccessType;
|
|
259
|
+
ReturnJsonTypeInfo: boolean;
|
|
260
|
+
ReturnBinTypeInfo: boolean;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
export interface DFUFileAccessRequest {
|
|
264
|
+
RequestBase?: {
|
|
265
|
+
Name?: string;
|
|
266
|
+
Cluster?: string;
|
|
267
|
+
JobId?: string;
|
|
268
|
+
ExpirySeconds?: int;
|
|
269
|
+
AccessRole?: FileAccessRole;
|
|
270
|
+
AccessType?: SecAccessType;
|
|
271
|
+
ReturnJsonTypeInfo?: boolean;
|
|
272
|
+
ReturnBinTypeInfo?: boolean;
|
|
273
|
+
};
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
export interface DFUPartLocation {
|
|
277
|
+
LocationIndex: int;
|
|
278
|
+
Host: string;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
export interface FileLocations {
|
|
282
|
+
DFUPartLocation: DFUPartLocation[];
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
export interface DFUFileCopy {
|
|
286
|
+
CopyIndex: int;
|
|
287
|
+
LocationIndex: int;
|
|
288
|
+
Path: string;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
export interface Copies {
|
|
292
|
+
DFUFileCopy: DFUFileCopy[];
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
export interface DFUFilePart {
|
|
296
|
+
PartIndex: int;
|
|
297
|
+
Copies: {
|
|
298
|
+
DFUFileCopy: DFUFileCopy[];
|
|
299
|
+
};
|
|
300
|
+
TopLevelKey: boolean;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
export interface FileParts {
|
|
304
|
+
DFUFilePart: DFUFilePart[];
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
export interface AccessInfo {
|
|
308
|
+
MetaInfoBlob: string;
|
|
309
|
+
ExpiryTime: string;
|
|
310
|
+
NumParts: int;
|
|
311
|
+
FileLocations: {
|
|
312
|
+
DFUPartLocation: DFUPartLocation[];
|
|
313
|
+
};
|
|
314
|
+
FileParts: {
|
|
315
|
+
DFUFilePart: DFUFilePart[];
|
|
316
|
+
};
|
|
317
|
+
RecordTypeInfoJson: string;
|
|
318
|
+
fileAccessPort: int;
|
|
319
|
+
fileAccessSSL: boolean;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
export interface DFUFileAccessResponse {
|
|
323
|
+
Exceptions: Exceptions;
|
|
324
|
+
AccessInfo: {
|
|
325
|
+
MetaInfoBlob: string;
|
|
326
|
+
ExpiryTime: string;
|
|
327
|
+
NumParts: int;
|
|
328
|
+
FileLocations: {
|
|
329
|
+
DFUPartLocation: DFUPartLocation[];
|
|
330
|
+
};
|
|
331
|
+
FileParts: {
|
|
332
|
+
DFUFilePart: DFUFilePart[];
|
|
333
|
+
};
|
|
334
|
+
RecordTypeInfoJson: string;
|
|
335
|
+
fileAccessPort: int;
|
|
336
|
+
fileAccessSSL: boolean;
|
|
337
|
+
};
|
|
338
|
+
Type: DFUFileType;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
export interface DFUFileAccessV2Request {
|
|
342
|
+
Name?: string;
|
|
343
|
+
Cluster?: string;
|
|
344
|
+
RequestId?: string;
|
|
345
|
+
ExpirySeconds?: int;
|
|
346
|
+
ReturnTextResponse?: boolean;
|
|
347
|
+
SessionId?: long;
|
|
348
|
+
LockTimeoutMs?: int;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
export interface PartLocations {
|
|
352
|
+
Item: string[];
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
export interface DFUFileCreateRequest {
|
|
356
|
+
ECLRecordDefinition?: string;
|
|
357
|
+
PartLocations?: {
|
|
358
|
+
Item?: string[];
|
|
359
|
+
};
|
|
360
|
+
RequestBase?: RequestBase;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
export interface DFUFileCreateResponse {
|
|
364
|
+
Exceptions: Exceptions;
|
|
365
|
+
FileId: string;
|
|
366
|
+
Warning: string;
|
|
367
|
+
AccessInfo: AccessInfo;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
export interface DFUFileCreateV2Request {
|
|
371
|
+
Name?: string;
|
|
372
|
+
Cluster?: string;
|
|
373
|
+
Type?: DFUFileType;
|
|
374
|
+
ECLRecordDefinition?: string;
|
|
375
|
+
RequestId?: string;
|
|
376
|
+
ExpirySeconds?: int;
|
|
377
|
+
ReturnTextResponse?: boolean;
|
|
378
|
+
Compressed?: boolean;
|
|
379
|
+
SessionId?: long;
|
|
380
|
+
LockTimeoutMs?: int;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
export interface DFUFilePublishRequest {
|
|
384
|
+
FileId?: string;
|
|
385
|
+
Overwrite?: boolean;
|
|
386
|
+
FileDescriptorBlob?: base64Binary;
|
|
387
|
+
SessionId?: long;
|
|
388
|
+
LockTimeoutMs?: int;
|
|
389
|
+
ECLRecordDefinition?: string;
|
|
390
|
+
RecordCount?: long;
|
|
391
|
+
FileSize?: long;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
export interface DFUFilePublishResponse {
|
|
395
|
+
Exceptions: Exceptions;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
export interface DFUFileViewRequest {
|
|
399
|
+
Scope?: string;
|
|
400
|
+
IncludeSuperOwner?: boolean;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
export interface DFULogicalFile {
|
|
404
|
+
Prefix: string;
|
|
405
|
+
NodeGroup: string;
|
|
406
|
+
Directory: string;
|
|
407
|
+
Description: string;
|
|
408
|
+
Parts: string;
|
|
409
|
+
Name: string;
|
|
410
|
+
Owner: string;
|
|
411
|
+
Totalsize: string;
|
|
412
|
+
RecordCount: string;
|
|
413
|
+
Modified: string;
|
|
414
|
+
LongSize: string;
|
|
415
|
+
LongRecordCount: string;
|
|
416
|
+
isSuperfile: boolean;
|
|
417
|
+
isDirectory: boolean;
|
|
418
|
+
Replicate: boolean;
|
|
419
|
+
IntSize: long;
|
|
420
|
+
IntRecordCount: long;
|
|
421
|
+
FromRoxieCluster: boolean;
|
|
422
|
+
BrowseData: boolean;
|
|
423
|
+
IsCompressed: boolean;
|
|
424
|
+
ContentType: string;
|
|
425
|
+
CompressedFileSize: long;
|
|
426
|
+
SuperOwners: string;
|
|
427
|
+
Persistent: boolean;
|
|
428
|
+
IsProtected: boolean;
|
|
429
|
+
KeyType: string;
|
|
430
|
+
NumOfSubfiles: int;
|
|
431
|
+
Accessed: string;
|
|
432
|
+
AtRestCost: double;
|
|
433
|
+
AccessCost: double;
|
|
434
|
+
MinSkew: long;
|
|
435
|
+
MaxSkew: long;
|
|
436
|
+
MinSkewPart: long;
|
|
437
|
+
MaxSkewPart: long;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
export interface DFULogicalFiles {
|
|
441
|
+
DFULogicalFile: DFULogicalFile[];
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
export interface DFUFileViewResponse {
|
|
445
|
+
Exceptions: Exceptions;
|
|
446
|
+
Scope: string;
|
|
447
|
+
NumFiles: int;
|
|
448
|
+
DFULogicalFiles: {
|
|
449
|
+
DFULogicalFile: DFULogicalFile[];
|
|
450
|
+
};
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
export interface DFUGetDataColumnsRequest {
|
|
454
|
+
OpenLogicalName?: string;
|
|
455
|
+
LogicalName?: string;
|
|
456
|
+
FilterBy?: string;
|
|
457
|
+
ShowColumns?: string;
|
|
458
|
+
ChooseFile?: int;
|
|
459
|
+
Cluster?: string;
|
|
460
|
+
ClusterType?: string;
|
|
461
|
+
StartIndex?: long;
|
|
462
|
+
EndIndex?: long;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
export interface DFUDataKeyedColumns1 {
|
|
466
|
+
DFUDataColumn: DFUDataColumn[];
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
export interface DFUDataKeyedColumns2 {
|
|
470
|
+
DFUDataColumn: DFUDataColumn[];
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
export interface DFUDataKeyedColumns3 {
|
|
474
|
+
DFUDataColumn: DFUDataColumn[];
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
export interface DFUDataKeyedColumns4 {
|
|
478
|
+
DFUDataColumn: DFUDataColumn[];
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
export interface DFUDataKeyedColumns5 {
|
|
482
|
+
DFUDataColumn: DFUDataColumn[];
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
export interface DFUDataKeyedColumns6 {
|
|
486
|
+
DFUDataColumn: DFUDataColumn[];
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
export interface DFUDataKeyedColumns7 {
|
|
490
|
+
DFUDataColumn: DFUDataColumn[];
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
export interface DFUDataKeyedColumns8 {
|
|
494
|
+
DFUDataColumn: DFUDataColumn[];
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
export interface DFUDataKeyedColumns9 {
|
|
498
|
+
DFUDataColumn: DFUDataColumn[];
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
export interface DFUDataKeyedColumns10 {
|
|
502
|
+
DFUDataColumn: DFUDataColumn[];
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
export interface DFUDataKeyedColumns11 {
|
|
506
|
+
DFUDataColumn: DFUDataColumn[];
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
export interface DFUDataKeyedColumns12 {
|
|
510
|
+
DFUDataColumn: DFUDataColumn[];
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
export interface DFUDataKeyedColumns13 {
|
|
514
|
+
DFUDataColumn: DFUDataColumn[];
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
export interface DFUDataKeyedColumns14 {
|
|
518
|
+
DFUDataColumn: DFUDataColumn[];
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
export interface DFUDataKeyedColumns15 {
|
|
522
|
+
DFUDataColumn: DFUDataColumn[];
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
export interface DFUDataKeyedColumns16 {
|
|
526
|
+
DFUDataColumn: DFUDataColumn[];
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
export interface DFUDataKeyedColumns17 {
|
|
530
|
+
DFUDataColumn: DFUDataColumn[];
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
export interface DFUDataKeyedColumns18 {
|
|
534
|
+
DFUDataColumn: DFUDataColumn[];
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
export interface DFUDataKeyedColumns19 {
|
|
538
|
+
DFUDataColumn: DFUDataColumn[];
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
export interface DFUDataKeyedColumns20 {
|
|
542
|
+
DFUDataColumn: DFUDataColumn[];
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
export interface DFUDataNonKeyedColumns1 {
|
|
546
|
+
DFUDataColumn: DFUDataColumn[];
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
export interface DFUDataNonKeyedColumns2 {
|
|
550
|
+
DFUDataColumn: DFUDataColumn[];
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
export interface DFUDataNonKeyedColumns3 {
|
|
554
|
+
DFUDataColumn: DFUDataColumn[];
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
export interface DFUDataNonKeyedColumns4 {
|
|
558
|
+
DFUDataColumn: DFUDataColumn[];
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
export interface DFUDataNonKeyedColumns5 {
|
|
562
|
+
DFUDataColumn: DFUDataColumn[];
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
export interface DFUDataNonKeyedColumns6 {
|
|
566
|
+
DFUDataColumn: DFUDataColumn[];
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
export interface DFUDataNonKeyedColumns7 {
|
|
570
|
+
DFUDataColumn: DFUDataColumn[];
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
export interface DFUDataNonKeyedColumns8 {
|
|
574
|
+
DFUDataColumn: DFUDataColumn[];
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
export interface DFUDataNonKeyedColumns9 {
|
|
578
|
+
DFUDataColumn: DFUDataColumn[];
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
export interface DFUDataNonKeyedColumns10 {
|
|
582
|
+
DFUDataColumn: DFUDataColumn[];
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
export interface DFUDataNonKeyedColumns11 {
|
|
586
|
+
DFUDataColumn: DFUDataColumn[];
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
export interface DFUDataNonKeyedColumns12 {
|
|
590
|
+
DFUDataColumn: DFUDataColumn[];
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
export interface DFUDataNonKeyedColumns13 {
|
|
594
|
+
DFUDataColumn: DFUDataColumn[];
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
export interface DFUDataNonKeyedColumns14 {
|
|
598
|
+
DFUDataColumn: DFUDataColumn[];
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
export interface DFUDataNonKeyedColumns15 {
|
|
602
|
+
DFUDataColumn: DFUDataColumn[];
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
export interface DFUDataNonKeyedColumns16 {
|
|
606
|
+
DFUDataColumn: DFUDataColumn[];
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
export interface DFUDataNonKeyedColumns17 {
|
|
610
|
+
DFUDataColumn: DFUDataColumn[];
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
export interface DFUDataNonKeyedColumns18 {
|
|
614
|
+
DFUDataColumn: DFUDataColumn[];
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
export interface DFUDataNonKeyedColumns19 {
|
|
618
|
+
DFUDataColumn: DFUDataColumn[];
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
export interface DFUDataNonKeyedColumns20 {
|
|
622
|
+
DFUDataColumn: DFUDataColumn[];
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
export interface DFUGetDataColumnsResponse {
|
|
626
|
+
Exceptions: Exceptions;
|
|
627
|
+
LogicalName: string;
|
|
628
|
+
StartIndex: long;
|
|
629
|
+
EndIndex: long;
|
|
630
|
+
DFUDataKeyedColumns1: {
|
|
631
|
+
DFUDataColumn: DFUDataColumn[];
|
|
632
|
+
};
|
|
633
|
+
DFUDataKeyedColumns2: {
|
|
634
|
+
DFUDataColumn: DFUDataColumn[];
|
|
635
|
+
};
|
|
636
|
+
DFUDataKeyedColumns3: {
|
|
637
|
+
DFUDataColumn: DFUDataColumn[];
|
|
638
|
+
};
|
|
639
|
+
DFUDataKeyedColumns4: {
|
|
640
|
+
DFUDataColumn: DFUDataColumn[];
|
|
641
|
+
};
|
|
642
|
+
DFUDataKeyedColumns5: {
|
|
643
|
+
DFUDataColumn: DFUDataColumn[];
|
|
644
|
+
};
|
|
645
|
+
DFUDataKeyedColumns6: {
|
|
646
|
+
DFUDataColumn: DFUDataColumn[];
|
|
647
|
+
};
|
|
648
|
+
DFUDataKeyedColumns7: {
|
|
649
|
+
DFUDataColumn: DFUDataColumn[];
|
|
650
|
+
};
|
|
651
|
+
DFUDataKeyedColumns8: {
|
|
652
|
+
DFUDataColumn: DFUDataColumn[];
|
|
653
|
+
};
|
|
654
|
+
DFUDataKeyedColumns9: {
|
|
655
|
+
DFUDataColumn: DFUDataColumn[];
|
|
656
|
+
};
|
|
657
|
+
DFUDataKeyedColumns10: {
|
|
658
|
+
DFUDataColumn: DFUDataColumn[];
|
|
659
|
+
};
|
|
660
|
+
DFUDataKeyedColumns11: {
|
|
661
|
+
DFUDataColumn: DFUDataColumn[];
|
|
662
|
+
};
|
|
663
|
+
DFUDataKeyedColumns12: {
|
|
664
|
+
DFUDataColumn: DFUDataColumn[];
|
|
665
|
+
};
|
|
666
|
+
DFUDataKeyedColumns13: {
|
|
667
|
+
DFUDataColumn: DFUDataColumn[];
|
|
668
|
+
};
|
|
669
|
+
DFUDataKeyedColumns14: {
|
|
670
|
+
DFUDataColumn: DFUDataColumn[];
|
|
671
|
+
};
|
|
672
|
+
DFUDataKeyedColumns15: {
|
|
673
|
+
DFUDataColumn: DFUDataColumn[];
|
|
674
|
+
};
|
|
675
|
+
DFUDataKeyedColumns16: {
|
|
676
|
+
DFUDataColumn: DFUDataColumn[];
|
|
677
|
+
};
|
|
678
|
+
DFUDataKeyedColumns17: {
|
|
679
|
+
DFUDataColumn: DFUDataColumn[];
|
|
680
|
+
};
|
|
681
|
+
DFUDataKeyedColumns18: {
|
|
682
|
+
DFUDataColumn: DFUDataColumn[];
|
|
683
|
+
};
|
|
684
|
+
DFUDataKeyedColumns19: {
|
|
685
|
+
DFUDataColumn: DFUDataColumn[];
|
|
686
|
+
};
|
|
687
|
+
DFUDataKeyedColumns20: {
|
|
688
|
+
DFUDataColumn: DFUDataColumn[];
|
|
689
|
+
};
|
|
690
|
+
DFUDataNonKeyedColumns1: {
|
|
691
|
+
DFUDataColumn: DFUDataColumn[];
|
|
692
|
+
};
|
|
693
|
+
DFUDataNonKeyedColumns2: {
|
|
694
|
+
DFUDataColumn: DFUDataColumn[];
|
|
695
|
+
};
|
|
696
|
+
DFUDataNonKeyedColumns3: {
|
|
697
|
+
DFUDataColumn: DFUDataColumn[];
|
|
698
|
+
};
|
|
699
|
+
DFUDataNonKeyedColumns4: {
|
|
700
|
+
DFUDataColumn: DFUDataColumn[];
|
|
701
|
+
};
|
|
702
|
+
DFUDataNonKeyedColumns5: {
|
|
703
|
+
DFUDataColumn: DFUDataColumn[];
|
|
704
|
+
};
|
|
705
|
+
DFUDataNonKeyedColumns6: {
|
|
706
|
+
DFUDataColumn: DFUDataColumn[];
|
|
707
|
+
};
|
|
708
|
+
DFUDataNonKeyedColumns7: {
|
|
709
|
+
DFUDataColumn: DFUDataColumn[];
|
|
710
|
+
};
|
|
711
|
+
DFUDataNonKeyedColumns8: {
|
|
712
|
+
DFUDataColumn: DFUDataColumn[];
|
|
713
|
+
};
|
|
714
|
+
DFUDataNonKeyedColumns9: {
|
|
715
|
+
DFUDataColumn: DFUDataColumn[];
|
|
716
|
+
};
|
|
717
|
+
DFUDataNonKeyedColumns10: {
|
|
718
|
+
DFUDataColumn: DFUDataColumn[];
|
|
719
|
+
};
|
|
720
|
+
DFUDataNonKeyedColumns11: {
|
|
721
|
+
DFUDataColumn: DFUDataColumn[];
|
|
722
|
+
};
|
|
723
|
+
DFUDataNonKeyedColumns12: {
|
|
724
|
+
DFUDataColumn: DFUDataColumn[];
|
|
725
|
+
};
|
|
726
|
+
DFUDataNonKeyedColumns13: {
|
|
727
|
+
DFUDataColumn: DFUDataColumn[];
|
|
728
|
+
};
|
|
729
|
+
DFUDataNonKeyedColumns14: {
|
|
730
|
+
DFUDataColumn: DFUDataColumn[];
|
|
731
|
+
};
|
|
732
|
+
DFUDataNonKeyedColumns15: {
|
|
733
|
+
DFUDataColumn: DFUDataColumn[];
|
|
734
|
+
};
|
|
735
|
+
DFUDataNonKeyedColumns16: {
|
|
736
|
+
DFUDataColumn: DFUDataColumn[];
|
|
737
|
+
};
|
|
738
|
+
DFUDataNonKeyedColumns17: {
|
|
739
|
+
DFUDataColumn: DFUDataColumn[];
|
|
740
|
+
};
|
|
741
|
+
DFUDataNonKeyedColumns18: {
|
|
742
|
+
DFUDataColumn: DFUDataColumn[];
|
|
743
|
+
};
|
|
744
|
+
DFUDataNonKeyedColumns19: {
|
|
745
|
+
DFUDataColumn: DFUDataColumn[];
|
|
746
|
+
};
|
|
747
|
+
DFUDataNonKeyedColumns20: {
|
|
748
|
+
DFUDataColumn: DFUDataColumn[];
|
|
749
|
+
};
|
|
750
|
+
RowCount: long;
|
|
751
|
+
ShowColumns: string;
|
|
752
|
+
ChooseFile: int;
|
|
753
|
+
Cluster: string;
|
|
754
|
+
ClusterType: string;
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
export interface DFUGetFileMetaDataRequest {
|
|
758
|
+
LogicalFileName?: string;
|
|
759
|
+
ClusterName?: string;
|
|
760
|
+
IncludeXmlSchema?: boolean;
|
|
761
|
+
AddHeaderInXmlSchema?: boolean;
|
|
762
|
+
IncludeXmlXPathSchema?: boolean;
|
|
763
|
+
AddHeaderInXmlXPathSchema?: boolean;
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
export interface DFUGetFileMetaDataResponse {
|
|
767
|
+
Exceptions: Exceptions;
|
|
768
|
+
TotalColumnCount: int;
|
|
769
|
+
KeyedColumnCount: int;
|
|
770
|
+
DataColumns: DataColumns;
|
|
771
|
+
XmlSchema: string;
|
|
772
|
+
XmlXPathSchema: string;
|
|
773
|
+
TotalResultRows: long;
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
export interface DFUInfoRequest {
|
|
777
|
+
Name?: string;
|
|
778
|
+
Cluster?: string;
|
|
779
|
+
UpdateDescription?: boolean;
|
|
780
|
+
QuerySet?: string;
|
|
781
|
+
Query?: string;
|
|
782
|
+
FileDesc?: string;
|
|
783
|
+
IncludeJsonTypeInfo?: boolean;
|
|
784
|
+
IncludeBinTypeInfo?: boolean;
|
|
785
|
+
Protect?: DFUChangeProtection;
|
|
786
|
+
Restrict?: DFUChangeRestriction;
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
export interface Stat {
|
|
790
|
+
MinSkew: string;
|
|
791
|
+
MaxSkew: string;
|
|
792
|
+
MinSkewInt64: long;
|
|
793
|
+
MaxSkewInt64: long;
|
|
794
|
+
MinSkewPart: long;
|
|
795
|
+
MaxSkewPart: long;
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
export interface DFUPart {
|
|
799
|
+
Id: int;
|
|
800
|
+
Copy: int;
|
|
801
|
+
Ip: string;
|
|
802
|
+
Partsize: string;
|
|
803
|
+
PartSizeInt64: long;
|
|
804
|
+
CompressedSize: long;
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
export interface DFUFileParts {
|
|
808
|
+
DFUPart: DFUPart[];
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
export interface DFUFilePartsOnCluster {
|
|
812
|
+
Cluster: string;
|
|
813
|
+
BaseDir: string;
|
|
814
|
+
ReplicateDir: string;
|
|
815
|
+
Replicate: boolean;
|
|
816
|
+
CanReplicate: boolean;
|
|
817
|
+
DFUFileParts: {
|
|
818
|
+
DFUPart: DFUPart[];
|
|
819
|
+
};
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
export interface DFUFilePartsOnClusters {
|
|
823
|
+
DFUFilePartsOnCluster: DFUFilePartsOnCluster[];
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
export interface subfiles {
|
|
827
|
+
Item: string[];
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
export interface Superfiles {
|
|
831
|
+
DFULogicalFile: DFULogicalFile[];
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
export interface DFUFileProtect {
|
|
835
|
+
Owner: string;
|
|
836
|
+
Modified: string;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
export interface ProtectList {
|
|
840
|
+
DFUFileProtect: DFUFileProtect[];
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
export interface Graphs {
|
|
844
|
+
ECLGraph: string[];
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
export interface FieldNames {
|
|
848
|
+
Item: string[];
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
export interface Partition {
|
|
852
|
+
FieldMask: long;
|
|
853
|
+
FieldNames: {
|
|
854
|
+
Item: string[];
|
|
855
|
+
};
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
export interface DFUFileBloom {
|
|
859
|
+
FieldMask: long;
|
|
860
|
+
FieldNames: FieldNames;
|
|
861
|
+
Limit: long;
|
|
862
|
+
Probability: string;
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
export interface Blooms {
|
|
866
|
+
DFUFileBloom: DFUFileBloom[];
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
export interface FileDetail {
|
|
870
|
+
Name: string;
|
|
871
|
+
Filename: string;
|
|
872
|
+
Prefix: string;
|
|
873
|
+
NodeGroup: string;
|
|
874
|
+
NumParts: int;
|
|
875
|
+
Description: string;
|
|
876
|
+
Dir: string;
|
|
877
|
+
PathMask: string;
|
|
878
|
+
Filesize: string;
|
|
879
|
+
FileSizeInt64: long;
|
|
880
|
+
RecordSize: string;
|
|
881
|
+
RecordCount: string;
|
|
882
|
+
RecordSizeInt64: long;
|
|
883
|
+
RecordCountInt64: long;
|
|
884
|
+
Wuid: string;
|
|
885
|
+
Owner: string;
|
|
886
|
+
JobName: string;
|
|
887
|
+
Persistent: string;
|
|
888
|
+
Format: string;
|
|
889
|
+
MaxRecordSize: string;
|
|
890
|
+
CsvSeparate: string;
|
|
891
|
+
CsvQuote: string;
|
|
892
|
+
CsvTerminate: string;
|
|
893
|
+
CsvEscape: string;
|
|
894
|
+
Modified: string;
|
|
895
|
+
Ecl: string;
|
|
896
|
+
Stat: {
|
|
897
|
+
MinSkew: string;
|
|
898
|
+
MaxSkew: string;
|
|
899
|
+
MinSkewInt64: long;
|
|
900
|
+
MaxSkewInt64: long;
|
|
901
|
+
MinSkewPart: long;
|
|
902
|
+
MaxSkewPart: long;
|
|
903
|
+
};
|
|
904
|
+
DFUFilePartsOnClusters: {
|
|
905
|
+
DFUFilePartsOnCluster: DFUFilePartsOnCluster[];
|
|
906
|
+
};
|
|
907
|
+
isSuperfile: boolean;
|
|
908
|
+
ShowFileContent: boolean;
|
|
909
|
+
subfiles: {
|
|
910
|
+
Item: string[];
|
|
911
|
+
};
|
|
912
|
+
Superfiles: {
|
|
913
|
+
DFULogicalFile: DFULogicalFile[];
|
|
914
|
+
};
|
|
915
|
+
ProtectList: {
|
|
916
|
+
DFUFileProtect: DFUFileProtect[];
|
|
917
|
+
};
|
|
918
|
+
FromRoxieCluster: boolean;
|
|
919
|
+
Graphs: {
|
|
920
|
+
ECLGraph: string[];
|
|
921
|
+
};
|
|
922
|
+
UserPermission: string;
|
|
923
|
+
ContentType: string;
|
|
924
|
+
CompressedFileSize: long;
|
|
925
|
+
PercentCompressed: string;
|
|
926
|
+
IsCompressed: boolean;
|
|
927
|
+
IsRestricted: boolean;
|
|
928
|
+
BrowseData: boolean;
|
|
929
|
+
jsonInfo: string;
|
|
930
|
+
binInfo: base64Binary;
|
|
931
|
+
PackageID: string;
|
|
932
|
+
Partition: {
|
|
933
|
+
FieldMask: long;
|
|
934
|
+
FieldNames: {
|
|
935
|
+
Item: string[];
|
|
936
|
+
};
|
|
937
|
+
};
|
|
938
|
+
Blooms: {
|
|
939
|
+
DFUFileBloom: DFUFileBloom[];
|
|
940
|
+
};
|
|
941
|
+
ExpireDays: int;
|
|
942
|
+
KeyType: string;
|
|
943
|
+
AtRestCost: double;
|
|
944
|
+
AccessCost: double;
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
export interface DFUInfoResponse {
|
|
948
|
+
Exceptions: Exceptions;
|
|
949
|
+
FileDetail: {
|
|
950
|
+
Name: string;
|
|
951
|
+
Filename: string;
|
|
952
|
+
Prefix: string;
|
|
953
|
+
NodeGroup: string;
|
|
954
|
+
NumParts: int;
|
|
955
|
+
Description: string;
|
|
956
|
+
Dir: string;
|
|
957
|
+
PathMask: string;
|
|
958
|
+
Filesize: string;
|
|
959
|
+
FileSizeInt64: long;
|
|
960
|
+
RecordSize: string;
|
|
961
|
+
RecordCount: string;
|
|
962
|
+
RecordSizeInt64: long;
|
|
963
|
+
RecordCountInt64: long;
|
|
964
|
+
Wuid: string;
|
|
965
|
+
Owner: string;
|
|
966
|
+
JobName: string;
|
|
967
|
+
Persistent: string;
|
|
968
|
+
Format: string;
|
|
969
|
+
MaxRecordSize: string;
|
|
970
|
+
CsvSeparate: string;
|
|
971
|
+
CsvQuote: string;
|
|
972
|
+
CsvTerminate: string;
|
|
973
|
+
CsvEscape: string;
|
|
974
|
+
Modified: string;
|
|
975
|
+
Ecl: string;
|
|
976
|
+
Stat: {
|
|
977
|
+
MinSkew: string;
|
|
978
|
+
MaxSkew: string;
|
|
979
|
+
MinSkewInt64: long;
|
|
980
|
+
MaxSkewInt64: long;
|
|
981
|
+
MinSkewPart: long;
|
|
982
|
+
MaxSkewPart: long;
|
|
983
|
+
};
|
|
984
|
+
DFUFilePartsOnClusters: {
|
|
985
|
+
DFUFilePartsOnCluster: DFUFilePartsOnCluster[];
|
|
986
|
+
};
|
|
987
|
+
isSuperfile: boolean;
|
|
988
|
+
ShowFileContent: boolean;
|
|
989
|
+
subfiles: {
|
|
990
|
+
Item: string[];
|
|
991
|
+
};
|
|
992
|
+
Superfiles: {
|
|
993
|
+
DFULogicalFile: DFULogicalFile[];
|
|
994
|
+
};
|
|
995
|
+
ProtectList: {
|
|
996
|
+
DFUFileProtect: DFUFileProtect[];
|
|
997
|
+
};
|
|
998
|
+
FromRoxieCluster: boolean;
|
|
999
|
+
Graphs: {
|
|
1000
|
+
ECLGraph: string[];
|
|
1001
|
+
};
|
|
1002
|
+
UserPermission: string;
|
|
1003
|
+
ContentType: string;
|
|
1004
|
+
CompressedFileSize: long;
|
|
1005
|
+
PercentCompressed: string;
|
|
1006
|
+
IsCompressed: boolean;
|
|
1007
|
+
IsRestricted: boolean;
|
|
1008
|
+
BrowseData: boolean;
|
|
1009
|
+
jsonInfo: string;
|
|
1010
|
+
binInfo: base64Binary;
|
|
1011
|
+
PackageID: string;
|
|
1012
|
+
Partition: {
|
|
1013
|
+
FieldMask: long;
|
|
1014
|
+
FieldNames: {
|
|
1015
|
+
Item: string[];
|
|
1016
|
+
};
|
|
1017
|
+
};
|
|
1018
|
+
Blooms: {
|
|
1019
|
+
DFUFileBloom: DFUFileBloom[];
|
|
1020
|
+
};
|
|
1021
|
+
ExpireDays: int;
|
|
1022
|
+
KeyType: string;
|
|
1023
|
+
AtRestCost: double;
|
|
1024
|
+
AccessCost: double;
|
|
1025
|
+
};
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
export interface DFUQueryRequest {
|
|
1029
|
+
Prefix?: string;
|
|
1030
|
+
NodeGroup?: string;
|
|
1031
|
+
ContentType?: string;
|
|
1032
|
+
LogicalName?: string;
|
|
1033
|
+
Owner?: string;
|
|
1034
|
+
StartDate?: string;
|
|
1035
|
+
EndDate?: string;
|
|
1036
|
+
FileType?: string;
|
|
1037
|
+
FileSizeFrom?: long;
|
|
1038
|
+
FileSizeTo?: long;
|
|
1039
|
+
FirstN?: int;
|
|
1040
|
+
PageSize?: int;
|
|
1041
|
+
PageStartFrom?: int;
|
|
1042
|
+
Sortby?: string;
|
|
1043
|
+
Descending?: boolean;
|
|
1044
|
+
OneLevelDirFileReturn?: boolean;
|
|
1045
|
+
CacheHint?: long;
|
|
1046
|
+
MaxNumberOfFiles?: int;
|
|
1047
|
+
IncludeSuperOwner?: boolean;
|
|
1048
|
+
StartAccessedTime?: string;
|
|
1049
|
+
EndAccessedTime?: string;
|
|
1050
|
+
MaxSkewFrom?: long;
|
|
1051
|
+
MaxSkewTo?: long;
|
|
1052
|
+
MinSkewFrom?: long;
|
|
1053
|
+
MinSkewTo?: long;
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
export interface DFUQueryResponse {
|
|
1057
|
+
Exceptions: Exceptions;
|
|
1058
|
+
DFULogicalFiles: DFULogicalFiles;
|
|
1059
|
+
Prefix: string;
|
|
1060
|
+
NodeGroup: string;
|
|
1061
|
+
LogicalName: string;
|
|
1062
|
+
Description: string;
|
|
1063
|
+
Owner: string;
|
|
1064
|
+
StartDate: string;
|
|
1065
|
+
EndDate: string;
|
|
1066
|
+
FileType: string;
|
|
1067
|
+
FileSizeFrom: long;
|
|
1068
|
+
FileSizeTo: long;
|
|
1069
|
+
FirstN: int;
|
|
1070
|
+
PageSize: int;
|
|
1071
|
+
PageStartFrom: long;
|
|
1072
|
+
LastPageFrom: long;
|
|
1073
|
+
PageEndAt: long;
|
|
1074
|
+
PrevPageFrom: long;
|
|
1075
|
+
NextPageFrom: long;
|
|
1076
|
+
NumFiles: long;
|
|
1077
|
+
Sortby: string;
|
|
1078
|
+
Descending: boolean;
|
|
1079
|
+
BasicQuery: string;
|
|
1080
|
+
ParametersForPaging: string;
|
|
1081
|
+
Filters: string;
|
|
1082
|
+
CacheHint: long;
|
|
1083
|
+
IsSubsetOfFiles: boolean;
|
|
1084
|
+
Warning: string;
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
export interface DFURecordTypeInfoRequest {
|
|
1088
|
+
Name?: string;
|
|
1089
|
+
IncludeJsonTypeInfo?: boolean;
|
|
1090
|
+
IncludeBinTypeInfo?: boolean;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
export interface DFURecordTypeInfoResponse {
|
|
1094
|
+
jsonInfo: string;
|
|
1095
|
+
binInfo: base64Binary;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
export interface DFUSearchRequest {
|
|
1099
|
+
ShowExample?: string;
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
export interface ClusterNames {
|
|
1103
|
+
ClusterName: string[];
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1106
|
+
export interface FileTypes {
|
|
1107
|
+
FileType: string[];
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
export interface DFUSearchResponse {
|
|
1111
|
+
Exceptions: Exceptions;
|
|
1112
|
+
ShowExample: string;
|
|
1113
|
+
ClusterNames: {
|
|
1114
|
+
ClusterName: string[];
|
|
1115
|
+
};
|
|
1116
|
+
FileTypes: {
|
|
1117
|
+
FileType: string[];
|
|
1118
|
+
};
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
export interface DFUSearchDataRequest {
|
|
1122
|
+
Cluster?: string;
|
|
1123
|
+
ClusterType?: string;
|
|
1124
|
+
OpenLogicalName?: string;
|
|
1125
|
+
FilterBy?: string;
|
|
1126
|
+
ShowColumns?: string;
|
|
1127
|
+
ChooseFile?: int;
|
|
1128
|
+
StartIndex?: long;
|
|
1129
|
+
EndIndex?: long;
|
|
1130
|
+
LogicalName?: string;
|
|
1131
|
+
ParentName?: string;
|
|
1132
|
+
StartForGoback?: long;
|
|
1133
|
+
CountForGoback?: int;
|
|
1134
|
+
Start?: long;
|
|
1135
|
+
Count?: int;
|
|
1136
|
+
File?: string;
|
|
1137
|
+
Key?: string;
|
|
1138
|
+
SchemaOnly?: boolean;
|
|
1139
|
+
RoxieSelections?: boolean;
|
|
1140
|
+
DisableUppercaseTranslation?: boolean;
|
|
1141
|
+
SelectedKey?: string;
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
export interface DFUSearchDataResponse {
|
|
1145
|
+
Exceptions: Exceptions;
|
|
1146
|
+
OpenLogicalName: string;
|
|
1147
|
+
LogicalName: string;
|
|
1148
|
+
ParentName: string;
|
|
1149
|
+
StartIndex: long;
|
|
1150
|
+
EndIndex: long;
|
|
1151
|
+
DFUDataKeyedColumns1: DFUDataKeyedColumns1;
|
|
1152
|
+
DFUDataKeyedColumns2: DFUDataKeyedColumns2;
|
|
1153
|
+
DFUDataKeyedColumns3: DFUDataKeyedColumns3;
|
|
1154
|
+
DFUDataKeyedColumns4: DFUDataKeyedColumns4;
|
|
1155
|
+
DFUDataKeyedColumns5: DFUDataKeyedColumns5;
|
|
1156
|
+
DFUDataKeyedColumns6: DFUDataKeyedColumns6;
|
|
1157
|
+
DFUDataKeyedColumns7: DFUDataKeyedColumns7;
|
|
1158
|
+
DFUDataKeyedColumns8: DFUDataKeyedColumns8;
|
|
1159
|
+
DFUDataKeyedColumns9: DFUDataKeyedColumns9;
|
|
1160
|
+
DFUDataKeyedColumns10: DFUDataKeyedColumns10;
|
|
1161
|
+
DFUDataKeyedColumns11: DFUDataKeyedColumns11;
|
|
1162
|
+
DFUDataKeyedColumns12: DFUDataKeyedColumns12;
|
|
1163
|
+
DFUDataKeyedColumns13: DFUDataKeyedColumns13;
|
|
1164
|
+
DFUDataKeyedColumns14: DFUDataKeyedColumns14;
|
|
1165
|
+
DFUDataKeyedColumns15: DFUDataKeyedColumns15;
|
|
1166
|
+
DFUDataKeyedColumns16: DFUDataKeyedColumns16;
|
|
1167
|
+
DFUDataKeyedColumns17: DFUDataKeyedColumns17;
|
|
1168
|
+
DFUDataKeyedColumns18: DFUDataKeyedColumns18;
|
|
1169
|
+
DFUDataKeyedColumns19: DFUDataKeyedColumns19;
|
|
1170
|
+
DFUDataKeyedColumns20: DFUDataKeyedColumns20;
|
|
1171
|
+
DFUDataNonKeyedColumns1: DFUDataNonKeyedColumns1;
|
|
1172
|
+
DFUDataNonKeyedColumns2: DFUDataNonKeyedColumns2;
|
|
1173
|
+
DFUDataNonKeyedColumns3: DFUDataNonKeyedColumns3;
|
|
1174
|
+
DFUDataNonKeyedColumns4: DFUDataNonKeyedColumns4;
|
|
1175
|
+
DFUDataNonKeyedColumns5: DFUDataNonKeyedColumns5;
|
|
1176
|
+
DFUDataNonKeyedColumns6: DFUDataNonKeyedColumns6;
|
|
1177
|
+
DFUDataNonKeyedColumns7: DFUDataNonKeyedColumns7;
|
|
1178
|
+
DFUDataNonKeyedColumns8: DFUDataNonKeyedColumns8;
|
|
1179
|
+
DFUDataNonKeyedColumns9: DFUDataNonKeyedColumns9;
|
|
1180
|
+
DFUDataNonKeyedColumns10: DFUDataNonKeyedColumns10;
|
|
1181
|
+
DFUDataNonKeyedColumns11: DFUDataNonKeyedColumns11;
|
|
1182
|
+
DFUDataNonKeyedColumns12: DFUDataNonKeyedColumns12;
|
|
1183
|
+
DFUDataNonKeyedColumns13: DFUDataNonKeyedColumns13;
|
|
1184
|
+
DFUDataNonKeyedColumns14: DFUDataNonKeyedColumns14;
|
|
1185
|
+
DFUDataNonKeyedColumns15: DFUDataNonKeyedColumns15;
|
|
1186
|
+
DFUDataNonKeyedColumns16: DFUDataNonKeyedColumns16;
|
|
1187
|
+
DFUDataNonKeyedColumns17: DFUDataNonKeyedColumns17;
|
|
1188
|
+
DFUDataNonKeyedColumns18: DFUDataNonKeyedColumns18;
|
|
1189
|
+
DFUDataNonKeyedColumns19: DFUDataNonKeyedColumns19;
|
|
1190
|
+
DFUDataNonKeyedColumns20: DFUDataNonKeyedColumns20;
|
|
1191
|
+
RowCount: long;
|
|
1192
|
+
ShowColumns: string;
|
|
1193
|
+
ChooseFile: int;
|
|
1194
|
+
Name: string;
|
|
1195
|
+
FilterBy: string;
|
|
1196
|
+
FilterForGoBack: string;
|
|
1197
|
+
ColumnsHidden: ColumnsHidden;
|
|
1198
|
+
ColumnCount: int;
|
|
1199
|
+
StartForGoback: long;
|
|
1200
|
+
CountForGoback: int;
|
|
1201
|
+
Start: long;
|
|
1202
|
+
Count: long;
|
|
1203
|
+
PageSize: long;
|
|
1204
|
+
Total: long;
|
|
1205
|
+
Result: string;
|
|
1206
|
+
MsgToDisplay: string;
|
|
1207
|
+
Cluster: string;
|
|
1208
|
+
ClusterType: string;
|
|
1209
|
+
File: string;
|
|
1210
|
+
Key: string;
|
|
1211
|
+
SchemaOnly: boolean;
|
|
1212
|
+
RoxieSelections: boolean;
|
|
1213
|
+
DisableUppercaseTranslation: boolean;
|
|
1214
|
+
AutoUppercaseTranslation: boolean;
|
|
1215
|
+
SelectedKey: string;
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
export interface DFUSpaceRequest {
|
|
1219
|
+
CountBy?: string;
|
|
1220
|
+
ScopeUnder?: string;
|
|
1221
|
+
OwnerUnder?: string;
|
|
1222
|
+
Interval?: string;
|
|
1223
|
+
StartDate?: string;
|
|
1224
|
+
EndDate?: string;
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
export interface DFUSpaceItem {
|
|
1228
|
+
Name: string;
|
|
1229
|
+
NumOfFiles: string;
|
|
1230
|
+
NumOfFilesUnknown: string;
|
|
1231
|
+
TotalSize: string;
|
|
1232
|
+
LargestFile: string;
|
|
1233
|
+
LargestSize: string;
|
|
1234
|
+
SmallestFile: string;
|
|
1235
|
+
SmallestSize: string;
|
|
1236
|
+
NumOfFilesInt64: long;
|
|
1237
|
+
NumOfFilesUnknownInt64: long;
|
|
1238
|
+
TotalSizeInt64: long;
|
|
1239
|
+
LargestSizeInt64: long;
|
|
1240
|
+
SmallestSizeInt64: long;
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
export interface DFUSpaceItems {
|
|
1244
|
+
DFUSpaceItem: DFUSpaceItem[];
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
export interface DFUSpaceResponse {
|
|
1248
|
+
Exceptions: Exceptions;
|
|
1249
|
+
CountBy: string;
|
|
1250
|
+
ScopeUnder: string;
|
|
1251
|
+
OwnerUnder: string;
|
|
1252
|
+
Interval: string;
|
|
1253
|
+
StartDate: string;
|
|
1254
|
+
EndDate: string;
|
|
1255
|
+
DFUSpaceItems: {
|
|
1256
|
+
DFUSpaceItem: DFUSpaceItem[];
|
|
1257
|
+
};
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
export interface EclRecordTypeInfoRequest {
|
|
1261
|
+
Ecl?: string;
|
|
1262
|
+
IncludeJsonTypeInfo?: boolean;
|
|
1263
|
+
IncludeBinTypeInfo?: boolean;
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
export interface EclRecordTypeInfoResponse {
|
|
1267
|
+
jsonInfo: string;
|
|
1268
|
+
binInfo: base64Binary;
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
export interface EraseHistoryRequest {
|
|
1272
|
+
Name?: string;
|
|
1273
|
+
}
|
|
1274
|
+
|
|
1275
|
+
export interface Origin {
|
|
1276
|
+
Name: string;
|
|
1277
|
+
Operation: string;
|
|
1278
|
+
Timestamp: string;
|
|
1279
|
+
IP: string;
|
|
1280
|
+
Path: string;
|
|
1281
|
+
Owner: string;
|
|
1282
|
+
Workunit: string;
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
export interface History {
|
|
1286
|
+
Origin: Origin[];
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1289
|
+
export interface EraseHistoryResponse {
|
|
1290
|
+
Exceptions: Exceptions;
|
|
1291
|
+
History: {
|
|
1292
|
+
Origin: Origin[];
|
|
1293
|
+
};
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
export interface ListHistoryRequest {
|
|
1297
|
+
Name?: string;
|
|
1298
|
+
}
|
|
1299
|
+
|
|
1300
|
+
export interface ListHistoryResponse {
|
|
1301
|
+
Exceptions: Exceptions;
|
|
1302
|
+
History: History;
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1305
|
+
export interface WsDfuPingRequest {
|
|
1306
|
+
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1309
|
+
export interface WsDfuPingResponse {
|
|
1310
|
+
|
|
1311
|
+
}
|
|
1312
|
+
|
|
1313
|
+
export interface SavexmlRequest {
|
|
1314
|
+
name?: string;
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1317
|
+
export interface SavexmlResponse {
|
|
1318
|
+
Exceptions: Exceptions;
|
|
1319
|
+
xmlmap: base64Binary;
|
|
1320
|
+
}
|
|
1321
|
+
|
|
1322
|
+
export interface SuperfileActionRequest {
|
|
1323
|
+
action?: string;
|
|
1324
|
+
superfile?: string;
|
|
1325
|
+
subfiles?: subfiles;
|
|
1326
|
+
before?: string;
|
|
1327
|
+
delete?: boolean;
|
|
1328
|
+
removeSuperfile?: boolean;
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
export interface SuperfileActionResponse {
|
|
1332
|
+
Exceptions: Exceptions;
|
|
1333
|
+
superfile: string;
|
|
1334
|
+
retcode: int;
|
|
1335
|
+
}
|
|
1336
|
+
|
|
1337
|
+
export interface SuperfileListRequest {
|
|
1338
|
+
superfile?: string;
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1341
|
+
export interface SuperfileListResponse {
|
|
1342
|
+
Exceptions: Exceptions;
|
|
1343
|
+
superfile: string;
|
|
1344
|
+
subfiles: subfiles;
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
}
|
|
1348
|
+
|
|
1349
|
+
export class DfuServiceBase extends Service {
|
|
1350
|
+
|
|
1351
|
+
constructor(optsConnection: IOptions | IConnection) {
|
|
1352
|
+
super(optsConnection, "WsDfu", "1.63");
|
|
1353
|
+
}
|
|
1354
|
+
|
|
1355
|
+
Add(request: WsDfu.AddRequest): Promise<WsDfu.AddResponse> {
|
|
1356
|
+
return this._connection.send("Add", request);
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
AddRemote(request: WsDfu.AddRemoteRequest): Promise<WsDfu.AddRemoteResponse> {
|
|
1360
|
+
return this._connection.send("AddRemote", request);
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
AddtoSuperfile(request: WsDfu.AddtoSuperfileRequest): Promise<WsDfu.AddtoSuperfileResponse> {
|
|
1364
|
+
return this._connection.send("AddtoSuperfile", request);
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
DFUArrayAction(request: WsDfu.DFUArrayActionRequest): Promise<WsDfu.DFUArrayActionResponse> {
|
|
1368
|
+
return this._connection.send("DFUArrayAction", request);
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
DFUBrowseData(request: WsDfu.DFUBrowseDataRequest): Promise<WsDfu.DFUBrowseDataResponse> {
|
|
1372
|
+
return this._connection.send("DFUBrowseData", request);
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
DFUDefFile(request: WsDfu.DFUDefFileRequest): Promise<WsDfu.DFUDefFileResponse> {
|
|
1376
|
+
return this._connection.send("DFUDefFile", request);
|
|
1377
|
+
}
|
|
1378
|
+
|
|
1379
|
+
DFUFileAccess(request: WsDfu.DFUFileAccessRequest): Promise<WsDfu.DFUFileAccessResponse> {
|
|
1380
|
+
return this._connection.send("DFUFileAccess", request);
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1383
|
+
DFUFileAccessV2(request: WsDfu.DFUFileAccessV2Request): Promise<WsDfu.DFUFileAccessResponse> {
|
|
1384
|
+
return this._connection.send("DFUFileAccessV2", request);
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
DFUFileCreate(request: WsDfu.DFUFileCreateRequest): Promise<WsDfu.DFUFileCreateResponse> {
|
|
1388
|
+
return this._connection.send("DFUFileCreate", request);
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
DFUFileCreateV2(request: WsDfu.DFUFileCreateV2Request): Promise<WsDfu.DFUFileCreateResponse> {
|
|
1392
|
+
return this._connection.send("DFUFileCreateV2", request);
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
DFUFilePublish(request: WsDfu.DFUFilePublishRequest): Promise<WsDfu.DFUFilePublishResponse> {
|
|
1396
|
+
return this._connection.send("DFUFilePublish", request);
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
DFUFileView(request: WsDfu.DFUFileViewRequest): Promise<WsDfu.DFUFileViewResponse> {
|
|
1400
|
+
return this._connection.send("DFUFileView", request);
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1403
|
+
DFUGetDataColumns(request: WsDfu.DFUGetDataColumnsRequest): Promise<WsDfu.DFUGetDataColumnsResponse> {
|
|
1404
|
+
return this._connection.send("DFUGetDataColumns", request);
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1407
|
+
DFUGetFileMetaData(request: WsDfu.DFUGetFileMetaDataRequest): Promise<WsDfu.DFUGetFileMetaDataResponse> {
|
|
1408
|
+
return this._connection.send("DFUGetFileMetaData", request);
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1411
|
+
DFUInfo(request: WsDfu.DFUInfoRequest): Promise<WsDfu.DFUInfoResponse> {
|
|
1412
|
+
return this._connection.send("DFUInfo", request);
|
|
1413
|
+
}
|
|
1414
|
+
|
|
1415
|
+
DFUQuery(request: WsDfu.DFUQueryRequest): Promise<WsDfu.DFUQueryResponse> {
|
|
1416
|
+
return this._connection.send("DFUQuery", request);
|
|
1417
|
+
}
|
|
1418
|
+
|
|
1419
|
+
DFURecordTypeInfo(request: WsDfu.DFURecordTypeInfoRequest): Promise<WsDfu.DFURecordTypeInfoResponse> {
|
|
1420
|
+
return this._connection.send("DFURecordTypeInfo", request);
|
|
1421
|
+
}
|
|
1422
|
+
|
|
1423
|
+
DFUSearch(request: WsDfu.DFUSearchRequest): Promise<WsDfu.DFUSearchResponse> {
|
|
1424
|
+
return this._connection.send("DFUSearch", request);
|
|
1425
|
+
}
|
|
1426
|
+
|
|
1427
|
+
DFUSearchData(request: WsDfu.DFUSearchDataRequest): Promise<WsDfu.DFUSearchDataResponse> {
|
|
1428
|
+
return this._connection.send("DFUSearchData", request);
|
|
1429
|
+
}
|
|
1430
|
+
|
|
1431
|
+
DFUSpace(request: WsDfu.DFUSpaceRequest): Promise<WsDfu.DFUSpaceResponse> {
|
|
1432
|
+
return this._connection.send("DFUSpace", request);
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
EclRecordTypeInfo(request: WsDfu.EclRecordTypeInfoRequest): Promise<WsDfu.EclRecordTypeInfoResponse> {
|
|
1436
|
+
return this._connection.send("EclRecordTypeInfo", request);
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
EraseHistory(request: WsDfu.EraseHistoryRequest): Promise<WsDfu.EraseHistoryResponse> {
|
|
1440
|
+
return this._connection.send("EraseHistory", request);
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1443
|
+
ListHistory(request: WsDfu.ListHistoryRequest): Promise<WsDfu.ListHistoryResponse> {
|
|
1444
|
+
return this._connection.send("ListHistory", request);
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
Ping(request: WsDfu.WsDfuPingRequest): Promise<WsDfu.WsDfuPingResponse> {
|
|
1448
|
+
return this._connection.send("Ping", request);
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1451
|
+
Savexml(request: WsDfu.SavexmlRequest): Promise<WsDfu.SavexmlResponse> {
|
|
1452
|
+
return this._connection.send("Savexml", request);
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1455
|
+
SuperfileAction(request: WsDfu.SuperfileActionRequest): Promise<WsDfu.SuperfileActionResponse> {
|
|
1456
|
+
return this._connection.send("SuperfileAction", request);
|
|
1457
|
+
}
|
|
1458
|
+
|
|
1459
|
+
SuperfileList(request: WsDfu.SuperfileListRequest): Promise<WsDfu.SuperfileListResponse> {
|
|
1460
|
+
return this._connection.send("SuperfileList", request);
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1463
|
+
}
|