UNPKG

node-eventstore-client

Version:

A port of the EventStore .Net ClientAPI to Node.js

16 lines (15 loc) 367 B
const SystemMetadata = Object.freeze({ 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;