Class: EventRecord

EventStore.Client.Messages.EventRecord

new EventRecord(propertiesopt)

Constructs a new EventRecord.
Parameters:
Name Type Attributes Description
properties EventStore.Client.Messages.EventRecord$Properties <optional>
Properties to set
Source:

Members

created :number|Long

EventRecord created.
Type:
  • number | Long
Source:

createdEpoch :number|Long

EventRecord createdEpoch.
Type:
  • number | Long
Source:

data :Uint8Array

EventRecord data.
Type:
  • Uint8Array
Source:

dataContentType :number

EventRecord dataContentType.
Type:
  • number
Source:

eventId :Uint8Array

EventRecord eventId.
Type:
  • Uint8Array
Source:

eventNumber :number

EventRecord eventNumber.
Type:
  • number
Source:

eventStreamId :string

EventRecord eventStreamId.
Type:
  • string
Source:

eventType :string

EventRecord eventType.
Type:
  • string
Source:

metadata :Uint8Array

EventRecord metadata.
Type:
  • Uint8Array
Source:

metadataContentType :number

EventRecord metadataContentType.
Type:
  • number
Source:

Methods

(static) create(propertiesopt) → {EventStore.Client.Messages.EventRecord}

Creates a new EventRecord instance using the specified properties.
Parameters:
Name Type Attributes Description
properties EventStore.Client.Messages.EventRecord$Properties <optional>
Properties to set
Source:
Returns:
EventRecord instance
Type
EventStore.Client.Messages.EventRecord

(static) decode(reader, lengthopt) → {EventStore.Client.Messages.EventRecord}

Decodes an EventRecord message from the specified reader or buffer.
Parameters:
Name Type Attributes Description
reader $protobuf.Reader | Uint8Array Reader or buffer to decode from
length number <optional>
Message length if known beforehand
Source:
Throws:
  • If the payload is not a reader or valid buffer
    Type
    Error
  • If required fields are missing
    Type
    $protobuf.util.ProtocolError
Returns:
EventRecord
Type
EventStore.Client.Messages.EventRecord

(static) decodeDelimited(reader) → {EventStore.Client.Messages.EventRecord}

Decodes an EventRecord message from the specified reader or buffer, length delimited.
Parameters:
Name Type Description
reader $protobuf.Reader | Uint8Array Reader or buffer to decode from
Source:
Throws:
  • If the payload is not a reader or valid buffer
    Type
    Error
  • If required fields are missing
    Type
    $protobuf.util.ProtocolError
Returns:
EventRecord
Type
EventStore.Client.Messages.EventRecord

(static) encode(message, writeropt) → {$protobuf.Writer}

Encodes the specified EventRecord message. Does not implicitly verify messages.
Parameters:
Name Type Attributes Description
message EventStore.Client.Messages.EventRecord$Properties EventRecord message or plain object to encode
writer $protobuf.Writer <optional>
Writer to encode to
Source:
Returns:
Writer
Type
$protobuf.Writer

(static) encodeDelimited(message, writeropt) → {$protobuf.Writer}

Encodes the specified EventRecord message, length delimited. Does not implicitly verify messages.
Parameters:
Name Type Attributes Description
message EventStore.Client.Messages.EventRecord$Properties EventRecord message or plain object to encode
writer $protobuf.Writer <optional>
Writer to encode to
Source:
Returns:
Writer
Type
$protobuf.Writer

(static) from(object) → {EventStore.Client.Messages.EventRecord}

Creates an EventRecord message from a plain object. Also converts values to their respective internal types. This is an alias of EventStore.Client.Messages.EventRecord.fromObject.
Parameters:
Name Type Description
object Object.<string, *> Plain object
Source:
Returns:
EventRecord
Type
EventStore.Client.Messages.EventRecord

(static) fromObject(object) → {EventStore.Client.Messages.EventRecord}

Creates an EventRecord message from a plain object. Also converts values to their respective internal types.
Parameters:
Name Type Description
object Object.<string, *> Plain object
Source:
Returns:
EventRecord
Type
EventStore.Client.Messages.EventRecord

(static) toObject(message, optionsopt) → {Object.<string, *>}

Creates a plain object from an EventRecord message. Also converts values to other types if specified.
Parameters:
Name Type Attributes Description
message EventStore.Client.Messages.EventRecord EventRecord
options $protobuf.ConversionOptions <optional>
Conversion options
Source:
Returns:
Plain object
Type
Object.<string, *>

(static) verify(message) → (nullable) {string}

Verifies an EventRecord message.
Parameters:
Name Type Description
message Object.<string, *> Plain object to verify
Source:
Returns:
`null` if valid, otherwise the reason why it is not
Type
string

toJSON() → {Object.<string, *>}

Converts this EventRecord to JSON.
Source:
Returns:
JSON object
Type
Object.<string, *>

toObject(optionsopt) → {Object.<string, *>}

Creates a plain object from this EventRecord message. Also converts values to other types if specified.
Parameters:
Name Type Attributes Description
options $protobuf.ConversionOptions <optional>
Conversion options
Source:
Returns:
Plain object
Type
Object.<string, *>