Package version:

Interface MetadataLookUpDiagnostic

This type contains diagnostic information regarding a single metadata request to server.

interface MetadataLookUpDiagnostic {
    activityId: string;
    durationInMs: number;
    metaDataType: MetadataLookUpType;
    operationType?: OperationType;
    requestPayloadLengthInBytes: number;
    resourceType?: ResourceType;
    responsePayloadLengthInBytes: number;
    startTimeUTCInMs: number;
}

Properties

activityId: string
durationInMs: number
metaDataType: MetadataLookUpType
operationType?: OperationType
requestPayloadLengthInBytes: number
resourceType?: ResourceType
responsePayloadLengthInBytes: number
startTimeUTCInMs: number