Class: WriteEventsCompleted

EventStore.Client.Messages.WriteEventsCompleted

new WriteEventsCompleted(propertiesopt)

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

Members

commitPosition :number|Long

WriteEventsCompleted commitPosition.
Type:
  • number | Long
Source:

firstEventNumber :number

WriteEventsCompleted firstEventNumber.
Type:
  • number
Source:

lastEventNumber :number

WriteEventsCompleted lastEventNumber.
Type:
  • number
Source:

message :string

WriteEventsCompleted message.
Type:
  • string
Source:

preparePosition :number|Long

WriteEventsCompleted preparePosition.
Type:
  • number | Long
Source:

result :EventStore.Client.Messages.OperationResult

WriteEventsCompleted result.
Type:
Source:

Methods

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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