Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
ServiceGetStatisticsHeaders |
ServiceGetStatisticsResponse.headers() |
ServiceGetStatisticsHeaders |
ServiceGetStatisticsHeaders.withDate(OffsetDateTime date)
Set the date value.
|
ServiceGetStatisticsHeaders |
ServiceGetStatisticsHeaders.withRequestId(String requestId)
Set the requestId value.
|
ServiceGetStatisticsHeaders |
ServiceGetStatisticsHeaders.withVersion(String version)
Set the version value.
|
Constructor and Description |
---|
ServiceGetStatisticsResponse(com.microsoft.rest.v2.http.HttpRequest request,
int statusCode,
ServiceGetStatisticsHeaders headers,
Map<String,String> rawHeaders,
StorageServiceStats body)
Creates an instance of ServiceGetStatisticsResponse.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.