C# Class Microsoft.Azure.Insights.Legacy.TableOperationContextLogger

The Table operation context logger.
Mostra file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
TableOperationContextLogger ( string accountName, string resourceUri, string operationName ) : System

Initializes a new instance of the TableOperationContextLogger class.

TableOperationContextLogger ( string accountName, string resourceUri, string operationName, string requestId ) : System

Initializes a new instance of the TableOperationContextLogger class.

Private Methods

Method Description
LogTableStorageOperationCompletedInvoking ( string tableUri, string result, long durationInMilliseconds, string httpStatusCode = default(string), string serviceRequestId = default(string), long contentLength = default(long), string storageAccountName = default(string) ) : void
LogTableStorageOperationError ( string tableUri, string exception, string httpStatusCode = default(string), string serviceRequestId = default(string), string errorCode = default(string), string errorMessage = default(string), long contentLength = default(long), string storageAccountName = default(string) ) : void
LogTableStorageOperationInvoking ( string tableUri, long contentLength = default(long), string storageAccountName = default(string) ) : void
OperationContextResponseReceived ( object sender, Microsoft.WindowsAzure.Storage.RequestEventArgs e ) : void
OperationContextSendingRequest ( object sender, Microsoft.WindowsAzure.Storage.RequestEventArgs e ) : void

Method Details

TableOperationContextLogger() public method

Initializes a new instance of the TableOperationContextLogger class.
public TableOperationContextLogger ( string accountName, string resourceUri, string operationName ) : System
accountName string The storage account name.
resourceUri string The resource URI.
operationName string Name of the operation.
return System

TableOperationContextLogger() public method

Initializes a new instance of the TableOperationContextLogger class.
public TableOperationContextLogger ( string accountName, string resourceUri, string operationName, string requestId ) : System
accountName string The storage account name.
resourceUri string The resource URI.
operationName string Name of the operation.
requestId string The request id.
return System