Struct eventstore::commands::WriteStreamMetadata[][src]

pub struct WriteStreamMetadata<'a> { /* fields omitted */ }

Write stream metadata command.

Methods

impl<'a> WriteStreamMetadata<'a>
[src]

Asks the server receiving the command to be the master of the cluster in order to perform the write. Default: false.

Asks the server to check that the stream receiving the event is at the given expected version. Default: types::ExpectedVersion::Any.

Performs the command with the given credentials.

Sends asynchronously the write command to the server.

Auto Trait Implementations

impl<'a> Send for WriteStreamMetadata<'a>

impl<'a> Sync for WriteStreamMetadata<'a>