Struct elasticsearch::snapshot::Snapshot[][src]

pub struct Snapshot<'a> { /* fields omitted */ }
Expand description

Namespace client for Snapshot APIs

Implementations

Creates a new instance of Snapshot

Snapshot Cleanup Repository API

Removes stale data from repository.

Snapshot Clone API

Clones indices from one snapshot into another snapshot in the same repository.

Snapshot Create API

Creates a snapshot in a repository.

Snapshot Create Repository API

Creates a repository.

Snapshot Delete API

Deletes a snapshot.

Snapshot Delete Repository API

Deletes a repository.

Snapshot Get API

Returns information about a snapshot.

Snapshot Get Repository API

Returns information about a repository.

Snapshot Repository Analyze API

Analyzes a repository for correctness and performance

Snapshot Restore API

Restores a snapshot.

Snapshot Status API

Returns information about the status of a snapshot.

Snapshot Verify Repository API

Verifies a repository.

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

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

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.