@@ -14,8 +14,7 @@ making sure that you maintain a proper JSON format.
14
14
"propertyName" : " Simple text" ,
15
15
"propertyKeyword" : " simpletextProp" ,
16
16
"shouldValidate" : false ,
17
- "propertyType" : " text" ,
18
- "sampleGen" : " &containerName|&entityName|&random|<value>"
17
+ "propertyType" : " text"
19
18
},
20
19
{
21
20
"propertyName" : " Text area" ,
@@ -44,8 +43,7 @@ making sure that you maintain a proper JSON format.
44
43
"propertyValidate" : true ,
45
44
"propertyType" : " numeric" ,
46
45
"valueType" : " number" ,
47
- "allowNegative" : false ,
48
- "sampleGen" : " &containerName|&entityName|&random|<value>"
46
+ "allowNegative" : false
49
47
},
50
48
{
51
49
"propertyName" : " Checkbox" ,
@@ -90,18 +88,100 @@ making sure that you maintain a proper JSON format.
90
88
" description" ,
91
89
" dependencies" ,
92
90
" required" ,
91
+ {
92
+ "propertyName" : " Data block encoding" ,
93
+ "propertyKeyword" : " dataBlockEncoding" ,
94
+ "propertyType" : " select" ,
95
+ "options" : [
96
+ " NONE" ,
97
+ " PREFIX" ,
98
+ " DIFF" ,
99
+ " FAST_DIFF" ,
100
+ " PREFIX_TREE"
101
+ ]
102
+ },
103
+ {
104
+ "propertyName" : " Bloomfilter" ,
105
+ "propertyKeyword" : " bloomfilter" ,
106
+ "propertyType" : " select" ,
107
+ "options" : [
108
+ " NONE" ,
109
+ " ROW" ,
110
+ " ROWCOL"
111
+ ]
112
+ },
113
+ {
114
+ "propertyName" : " Replication scope" ,
115
+ "propertyKeyword" : " replicationScope" ,
116
+ "propertyType" : " select" ,
117
+ "options" : [
118
+ " 0" ,
119
+ " 1"
120
+ ]
121
+ },
122
+ {
123
+ "propertyName" : " Versions" ,
124
+ "propertyKeyword" : " versions" ,
125
+ "propertyValidate" : true ,
126
+ "propertyType" : " numeric" ,
127
+ "valueType" : " number" ,
128
+ "allowNegative" : false
129
+ },
130
+ {
131
+ "propertyName" : " Compression" ,
132
+ "propertyKeyword" : " compression" ,
133
+ "propertyType" : " select" ,
134
+ "options" : [
135
+ " NONE" ,
136
+ " SNAPPY" ,
137
+ " LZO" ,
138
+ " LZ4" ,
139
+ " GZ"
140
+ ]
141
+ },
93
142
{
94
143
"propertyName" : " Time-to-Live" ,
95
144
"propertyKeyword" : " ttl" ,
96
145
"propertyValidate" : true ,
97
146
"propertyType" : " numeric" ,
98
147
"valueType" : " number" ,
99
- "allowNegative" : false ,
100
- "sampleGen" : " &containerName|&entityName|&random|<value>"
148
+ "allowNegative" : false
149
+ },
150
+ {
151
+ "propertyName" : " Min versions" ,
152
+ "propertyKeyword" : " minVersions" ,
153
+ "propertyValidate" : true ,
154
+ "propertyType" : " numeric" ,
155
+ "valueType" : " number" ,
156
+ "allowNegative" : false
157
+ },
158
+ {
159
+ "propertyName" : " Kepp deleted cells" ,
160
+ "propertyKeyword" : " keepDeletedCells" ,
161
+ "propertyType" : " checkbox"
101
162
},
163
+ {
164
+ "propertyName" : " Blocksize" ,
165
+ "propertyKeyword" : " blocksize" ,
166
+ "propertyValidate" : true ,
167
+ "propertyType" : " numeric" ,
168
+ "valueType" : " number" ,
169
+ "allowNegative" : false
170
+ },
171
+ {
172
+ "propertyName" : " In memory" ,
173
+ "propertyKeyword" : " inMemory" ,
174
+ "propertyType" : " checkbox"
175
+ },
176
+ {
177
+ "propertyName" : " Blockcache" ,
178
+ "propertyKeyword" : " blockcache" ,
179
+ "propertyType" : " checkbox"
180
+ },
181
+
102
182
" comments"
103
183
],
104
- "colQual" : " document " ,
184
+ "colQual" : " array " ,
105
185
"byte" : " string" ,
106
186
"string" : [
107
187
" name" ,
0 commit comments