Skip to main content

GetVectorBucketOps

Trait GetVectorBucketOps 

Source
pub trait GetVectorBucketOps {
    // Required method
    fn get_vector_bucket(
        &self,
    ) -> impl Future<Output = Result<GetVectorBucketResult>>;
}

Required Methods§

Source

fn get_vector_bucket( &self, ) -> impl Future<Output = Result<GetVectorBucketResult>>

Fetch metadata of the current vector bucket.

Official document: https://www.alibabacloud.com/help/en/oss/developer-reference/getvectorbucket

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§