compression attribute on bucket collection

This commit is contained in:
Damodar Lohani
2022-08-30 12:52:53 +00:00
parent 5785212d28
commit 5666002ff2
+10
View File
@@ -2657,6 +2657,16 @@ $collections = [
'required' => true,
'array' => true,
],
[
'$id' => 'compression',
'type' => Database::VAR_STRING,
'signed' => true,
'size' => 10,
'format' => '',
'filters' => [],
'required' => true,
'array' => false,
],
[
'$id' => ID::custom('encryption'),
'type' => Database::VAR_BOOLEAN,