AZBlob::Models::BlobListResp
Inherits Struct < Value < Object
Constructors
new(container_name : String, service_endpoint : String, max_results : Int32 | Nil = nil, marker : Nil | String = nil, next_marker : Nil | String = nil, client_request_id : Nil | String = nil, content_type : Nil | String = nil, date : Time | Nil = nil, request_id : Nil | String = nil, version : Nil | String = nil, blobs : Array(AZBlob::Models::Blob) = [] of Blob, prefix : Nil | String = nil)
SourceClass methods
from_resp(resp : HTTP::Client::Response)
SourceInstance methods
blobs
Sourceclient_request_id
contains the information returned from the x-ms-client-request-id header response.
container_name
Sourcemarker
Sourcemax_results
Sourcenext_marker
Sourceprefix
Sourceservice_endpoint
Source