Trait engine_traits::TtlPropertiesExt[][src]

pub trait TtlPropertiesExt {
    fn get_range_ttl_properties_cf(
        &self,
        cf: &str,
        start_key: &[u8],
        end_key: &[u8]
    ) -> Result<Vec<(String, TtlProperties)>>; }

Required methods

fn get_range_ttl_properties_cf(
    &self,
    cf: &str,
    start_key: &[u8],
    end_key: &[u8]
) -> Result<Vec<(String, TtlProperties)>>
[src]

Loading content...

Implementors

Loading content...