# Functions
Parse will parse a k-v map to pairs slice.
WithContentMd5 will apply content_md5 value to Options ContentMd5.
WithContentType will apply content_type value to Options ContentType.
WithContext will apply context value to Options Context context in all request.
WithContinuationToken will apply continuation_token value to Options ContinuationToken specify the continuation token for list_dir or list_prefix.
WithCredential will apply credential value to Options Credential specify how to provide credential for service or storage.
WithEndpoint will apply endpoint value to Options Endpoint specify how to provide endpoint for service or storage.
WithExpire will apply expire value to Options Expire specify when the url returned by reach will expire.
WithHTTPClientOptions will apply http_client_options value to Options HTTPClientOptions sepcify the options for the http client.
WithInterceptor will apply interceptor value to Options Interceptor.
WithLocation will apply location value to Options Location specify the location for service or storage.
WithName will apply name value to Options Name specify the storage name.
WithOffset will apply offset value to Options Offset specify offset for this request, storage will seek to this offset before read.
WithPairPolicy will apply pair_policy value to Options PairPolicy.
WithReadCallbackFunc will apply read_callback_func value to Options ReadCallbackFunc specify what todo every time we read data from source.
WithSize will apply size value to Options Size specify size for this request, storage will only read limited content data.
WithStorageClass will apply storage_class value to Options StorageClass.
WithWorkDir will apply work_dir value to Options WorkDir specify the work dir for service or storage, every operation will be relative to this dir.
# Variables
ErrPairTypeMismatch means the pair's type is not match.