pub struct GetEventsRequest<'a> { /* private fields */ }
Expand description

Request builder for MetadataStore::get_events.

Implementations

Specifies the execution related to the target event.

If you need to specify multiple executions, please use executions instead.

Specifies the executions related to the target events.

Specifies the artifact related to the target event.

If you need to specify multiple artifacts, please use artifacts instead.

Specifies the artifacts related to the target events.

Specifies the maximum number of the returned events.

Specifies how many leading events are skipped from the result.

Note that if GetEventsRequest::limit is not specified, this option has no effect.

Specifies how to order the result.

Gets specified events.

If multiple conditions are specified, those which satisfy all the conditions are returned.

Returns the number of events that satisfy the specified conditions.

This is equivalent to calling self.execute().await?.len() but more efficient.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.