package common.augmentum.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message AugListValue

augmentum_event.proto:255

Used in: AugValue

enum AugNullValue

augmentum_event.proto:251

Used in: AugValue

message AugStruct

augmentum_event.proto:227

This is a JSON object.

Used in: AugValue, AugmentumEvent

message AugValue

augmentum_event.proto:238

Used in: AugListValue, AugStruct

message AugmentumEvent

augmentum_event.proto:29

An augmentum event is uniquely identified by considering ALL of the 'timestamp', 'event', and 'instance_id' fields. ALL fields of the EventId message (event field) MUST be considered. An event CANNOT be identified uniquely if the instance_id is not set (see comments on field for additional details). ALL of these fields should be used when creating database primary keys. Currently (June 2016) the maximum size for an augmentum event is restricted 10k (INCLUDING fields added by the system during processing which MAY total a maximum of 2k) so ingestion endpoints and event producers should limit the maximum event size to 8k (ideally 4k). These maximums MAY be subject to increase in the future up to a hard limit of 100k per event (including a maximum of 10k added by the augmentum system). All fields are optional unless explicitly stated otherwise.

message AugmentumEvent.AugmentumAttributes

augmentum_event.proto:204

Used in: AugmentumEvent

message AugmentumEvent.EventId

augmentum_event.proto:45

All fields should be restricted to ensure compatibility with S3 object keys http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#object-key-guidelines-safe-characters

Used in: AugmentumEvent