1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

compression attribute on bucket collection

This commit is contained in:
Damodar Lohani 2022-08-30 12:52:53 +00:00
parent 5785212d28
commit 5666002ff2

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,