ResQ.Storage.PinataClient
PinataClient.ListPinsAsync(string, int, CancellationToken) Method
Lists pinned files with optional name prefix filtering.Parameters
namePrefix System.String
Optional prefix to filter pins by name. If null or empty, returns all pins.
limit System.Int32
Maximum number of results to return (default 100).
cancellationToken System.Threading.CancellationToken
Cancellation token for the operation.
Implements ListPinsAsync(string, int, CancellationToken)
Returns
System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<PinMetadata>>A read-only list of pin metadata matching the filter criteria.
Exceptions
System.ArgumentOutOfRangeExceptionThrown when limit is less than 1. System.OperationCanceledException
Thrown when the operation is cancelled.