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

Request builder for MetadataStore::get_artifacts.

Implementations

Specifies the type of the target artifacts.

Specifies the type and name of the target artifact.

Specifies the type and name pattern of the target artifacts.

artifact_name_pattern can contain wildcard characters for the SQL LIKE statement.

Specifies the ID of the target artifact.

If you need to specify multiple IDs, please use ids instead.

Specifies the ID set of the target artifacts.

Specifies the URI of the target artifacts.

Specifies the context to which the target artifacts belong.

Specifies how to order the result.

Specifies the maximum number of the returned artifacts.

Specifies how many leading artifacts are skipped from the result.

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

Specifies creation time range.

Specifies update time range.

Gets specified artifacts.

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

Returns the number of artifacts 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.