AzureLogRepositoryFindAsync(String, String) Method
Finds a single log entry by its Azure keys
Namespace: InnerDrive.LoggingAssembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
public Task<AzureLogEntry?> FindAsync(
string partitionKey,
string rowKey
)
- partitionKey String
- The partition key to find
- rowKey String
- The row key to find
TaskAzureLogEntryAn
AzureLogEntry, if found, or
null