AzureLogRepositoryMaximumItemsReturned Property

Gets or sets the limit on the number of AzureLogEntry records the FindAsync(DateRange) method will return

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
public int MaximumItemsReturned { get; init; }

Property Value

Int32

See Also