Function azure_sdk_for_rust::storage::blob::get_block_list[][src]

pub fn get_block_list<P>(
    c: &Client,
    path: &P,
    bl: &BlockListType,
    timeout: Option<u64>,
    lease_id: Option<&LeaseId>,
    request_id: Option<String>,
    snapshot: Option<&DateTime<Utc>>
) -> impl Future<Item = GetBlockListResponse, Error = AzureError> where
    P: IntoAzurePath