public class LogRecord extends Object
Modifier and Type | Method and Description |
---|---|
String |
getAuthenticationType()
Gets whether the request was authenticated, anonymous, or used Shared Access Signature (SAS).
|
String |
getClientRequestId()
Gets the x-ms-client-request-id header value included in the request.
|
String |
getConditionsUsed()
Gets conditions used, as an encoded string semicolon-separated list in the form of ConditionName=value .
|
Integer |
getEndToEndLatencyInMS()
Gets the total time in milliseconds to perform the requested operation, including the time to read the
incoming request and send the response to the requester.
|
String |
getETagIdentifier()
Gets the ETag identifier for the returned object as an encoded string.
|
String |
getHttpStatusCode()
Gets the HTTP status code for the request.
|
Date |
getLastModifiedTime()
Gets the Last Modified Time (LMT) for the returned object as an encoded string.
|
Integer |
getOperationCount()
Gets the number of each logged operation for a request, using an index of zero.
|
String |
getOperationType()
Gets the type of REST operation performed.
|
String |
getOwnerAccountName()
Gets the account name of the service owner.
|
String |
getReferrerHeader()
Gets the Referrer header value as an encoded string.
|
Long |
getRequestContentLength()
Gets the value of the Content-Length header for the request sent to the storage service.
|
String |
getRequestedObjectKey()
Gets the key of the requested object as an encoded string.
|
String |
getRequesterAccountName()
Gets the account name making the request, if the request is authenticated.
|
String |
getRequesterIPAddress()
Gets the IP address and port of the requester.
|
Long |
getRequestHeaderSize()
Gets the size of the request header, in bytes.
|
UUID |
getRequestIdHeader()
Gets the request ID assigned by the storage service.
|
String |
getRequestMD5()
Gets the value of either the Content-MD5 header or the x-ms-content-md5 header in the request as an encoded
string.
|
Long |
getRequestPacketSize()
Gets the size of the request packets read by the storage service, in bytes.
|
Date |
getRequestStartTime()
Gets the time in UTC when the request was received by Storage Analytics.
|
String |
getRequestStatus()
Gets the status of the requested operation.
|
URI |
getRequestUrl()
Gets the complete URL of the request.
|
String |
getRequestVersionHeader()
Gets the storage service version specified when the request was made.
|
Long |
getResponseHeaderSize()
Gets the size of the response header, in bytes.
|
Long |
getResponsePacketSize()
Gets the size of the response packets written by the storage service, in bytes.
|
Integer |
getServerLatencyInMS()
Gets the total time in milliseconds to perform the requested operation.
|
String |
getServerMD5()
Gets the value of the MD5 hash calculated by the storage service as an encoded string.
|
String |
getServiceType()
Gets the requested storage service: blob, table, or queue.
|
String |
getUserAgentHeader()
Gets the User-Agent header value as an encoded string.
|
String |
getVersionNumber()
Gets the version of Storage Analytics Logging used to record the entry.
|
public String getVersionNumber()
String
containing the VersionNumber valuepublic Date getRequestStartTime()
String
containing the RequestStartTime valuepublic String getOperationType()
String
containing the OperationType valuepublic String getRequestStatus()
String
containing the RequestStatus valuepublic String getHttpStatusCode()
String
containing the HttpStatusCode valuepublic Integer getEndToEndLatencyInMS()
Integer
containing the EndToEndLatencyInMS valuepublic Integer getServerLatencyInMS()
Integer
containing the ServerLatencyInMS valuepublic String getAuthenticationType()
String
containing the AuthenticationType valuepublic String getRequesterAccountName()
String
containing the RequesterAccountName valuepublic String getOwnerAccountName()
String
containing the OwnerAccountName valuepublic String getServiceType()
String
containing the ServiceType valuepublic URI getRequestUrl()
URI
containing the RequestUrl valuepublic String getRequestedObjectKey()
String
containing the RequestedObjectKey valuepublic UUID getRequestIdHeader()
UUID
containing the RequestIdHeader valuepublic Integer getOperationCount()
Integer
containing the OperationCount valuepublic String getRequesterIPAddress()
String
containing the RequesterIPAddress valuepublic String getRequestVersionHeader()
String
containing the RequestVersionHeader valuepublic Long getRequestHeaderSize()
Long
containing the RequestHeaderSize valuepublic Long getRequestPacketSize()
Long
containing the RequestPacketSize valuepublic Long getResponseHeaderSize()
Long
containing the ResponseHeaderSize valuepublic Long getResponsePacketSize()
Long
containing the ResponsePacketSize valuepublic Long getRequestContentLength()
Long
containing the RequestContentLength valuepublic String getRequestMD5()
String
containing the RequestMD5 valuepublic String getServerMD5()
String
containing the ServerMD5 valuepublic String getETagIdentifier()
String
containing the ETagIdentifier valuepublic Date getLastModifiedTime()
Date
containing the LastModifiedTime valuepublic String getConditionsUsed()
String
containing the ConditionsUsed valuepublic String getUserAgentHeader()
String
containing the UserAgentHeader valuepublic String getReferrerHeader()
String
containing the ReferrerHeader valuepublic String getClientRequestId()
String
containing the ClientRequestId valueCopyright © 2018. All Rights Reserved.