AzureLogRepositoryFindAsync(String, String) Method

Finds a single log entry by its Azure keys

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
public Task<AzureLogEntry?> FindAsync(
	string partitionKey,
	string rowKey
)

Parameters

partitionKey  String
The partition key to find
rowKey  String
The row key to find

Return Value

TaskAzureLogEntry
An AzureLogEntry, if found, or null

See Also