Class: ReadAllEvents

EventStore.Client.Messages.ReadAllEvents(propertiesopt)

new ReadAllEvents(propertiesopt)

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

Members

commitPosition :number|Long

ReadAllEvents commitPosition.
Type:
  • number | Long
Source:

maxCount :number

ReadAllEvents maxCount.
Type:
  • number
Source:

preparePosition :number|Long

ReadAllEvents preparePosition.
Type:
  • number | Long
Source:

requireMaster :boolean

ReadAllEvents requireMaster.
Type:
  • boolean
Source:

resolveLinkTos :boolean

ReadAllEvents resolveLinkTos.
Type:
  • boolean
Source:

Methods

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

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

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

Decodes a ReadAllEvents 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:
ReadAllEvents
Type
EventStore.Client.Messages.ReadAllEvents

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

Decodes a ReadAllEvents 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:
ReadAllEvents
Type
EventStore.Client.Messages.ReadAllEvents

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

Encodes the specified ReadAllEvents message. Does not implicitly verify messages.
Parameters:
Name Type Attributes Description
message EventStore.Client.Messages.ReadAllEvents$Properties ReadAllEvents 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 ReadAllEvents message, length delimited. Does not implicitly verify messages.
Parameters:
Name Type Attributes Description
message EventStore.Client.Messages.ReadAllEvents$Properties ReadAllEvents 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.ReadAllEvents}

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

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

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

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

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

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

Verifies a ReadAllEvents 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 ReadAllEvents to JSON.
Source:
Returns:
JSON object
Type
Object.<string, *>

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

Creates a plain object from this ReadAllEvents 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, *>