Constant azure_sdk_for_rust::storage::blob::LIST_BLOB_OPTIONS_DEFAULT[][src]

pub const LIST_BLOB_OPTIONS_DEFAULT: ListBlobOptions = ListBlobOptions{max_results: 5000,
                include_snapshots: false,
                include_metadata: false,
                include_uncommittedblobs: false,
                include_copy: false,
                next_marker: None,
                prefix: None,
                timeout: None,}