struct
AZBlob::Models::BlobListResp
- AZBlob::Models::BlobListResp
- Struct
- Value
- Object
Defined in:
azblob/models/blob.crConstructors
Class Method Summary
Instance Method Summary
- #blobs : Array(Blob)
-
#client_request_id : String | Nil
contains the information returned from the x-ms-client-request-id header response.
- #container_name : String
-
#content_type : String | Nil
contains the information returned from the Content-Type header response.
-
#date : Time | Nil
contains the information returned from the Date header response.
- #marker : String | Nil
- #max_results : Int32 | Nil
- #next_marker : String | Nil
- #prefix : String | Nil
-
#request_id : String | Nil
contains the information returned from the x-ms-request-id header response.
- #service_endpoint : String
-
#version : String | Nil
contains the information returned from the x-ms-version header response.
Constructor Detail
def self.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)
#
Class Method Detail
Instance Method Detail
def client_request_id : String | Nil
#
contains the information returned from the x-ms-client-request-id header response.
def content_type : String | Nil
#
contains the information returned from the Content-Type header response.
def request_id : String | Nil
#
contains the information returned from the x-ms-request-id header response.
def version : String | Nil
#
contains the information returned from the x-ms-version header response.