Add failure scenarios tests for connection, appendToStream, deleteStream (wip)
This commit is contained in:
16
src/common/systemMetadata.js
Normal file
16
src/common/systemMetadata.js
Normal file
@@ -0,0 +1,16 @@
|
||||
const SystemMetadata = {
|
||||
maxAge: '$maxAge',
|
||||
maxCount: '$maxCount',
|
||||
truncateBefore: '$tb',
|
||||
cacheControl: '$cacheControl',
|
||||
acl: '$acl',
|
||||
aclRead: '$r',
|
||||
aclWrite: '$w',
|
||||
aclDelete: '$d',
|
||||
aclMetaRead: '$mr',
|
||||
aclMetaWrite: '$mw',
|
||||
userStreamAcl: '$userStreamAcl',
|
||||
systemStreamAcl: '$systemStreamAcl'
|
||||
};
|
||||
|
||||
module.exports = SystemMetadata;
|
Reference in New Issue
Block a user