SystemMetadata class

Constants for information in stream metadata

Constructors

SystemMetadata()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

Acl → const String
The acl definition in metadata
AclDelete → const String
Permission to delete a stream
AclMetaRead → const String
Permission to read metadata
AclMetaWrite → const String
Permission to write metadata
AclRead → const String
Permission to read from a stream
AclWrite → const String
Permission to write to a stream
CacheControl → const String
Sets the cache control in seconds for the head of the stream.
fields → const List<String>
List of SystemMetadata fields
MaxAge → const String
The definition of the MaxAge value assigned to stream metadata Setting this allows all events older than the limit to be deleted
MaxCount → const String
The definition of the MaxCount value assigned to stream metadata setting this allows all events with a sequence less than current -maxcount to be deleted
SystemStreamAcl → const String
She system stream defaults acl stream
TruncateBefore → const String
The definition of the Truncate Before value assigned to stream metadata setting this allows all events prior to the integer value to be deleted
UserStreamAcl → const String
The user default acl stream