# Functions
NewAzUtil TODO.
NewFileHandlePool TODO.
NewTransferTracker TODO.
# Constants
CommitListHandler the event is created by the commit list handler.
Completed Indicates that the file was transferred succesfully.
Discrete the event flows as distinct unit.
Ignored Indicates that the file was ignored - e.g.
None No status avaiable.
OnDone the delegate will be called only at the end of the transfer.
ProgramVersion blobporter version.
Read read only file handles.
Reader the event is created by a Reader.
RealTime the delegate will be called every time the event is triggered.
Started Indicates that the file was included in the transfer.
Sum the value of the event is aggregated overtime with a sum operation.
Transfer the event is created by the Transfer instance.
Worker the event is created by a Worker.
Write write and append file handles.
# Variables
EventSink singleton instance of the EventSink.
HTTPClientTimeout HTTP client timeout when reading from HTTP sources and try timeout for blob storage operations.
UserAgentStr value included in the user-agent header when calling the blob API.
# Structs
AzUtil TODO.
EventData key-value tuple with event data.
EventItem represents an event created by either by a Source.
EventItemAggregate represents an event that its value is aggregated overtime.
EventSubscription represents a subscription for events created by a given Source.
FileHandlePool TODO.
TransferTracker TODO.
# Interfaces
SourceFilter TODO.
# Type aliases
BlobCallback TODO.
EventAction used to determined how the event sink will handle the event.
EventDelegate represents a delegate that handles the event.
EventName base type for the event name enuk.
EventSource base type for the event source enum.
EventSubscriptionType based type of the types of subscriptions.
HandleMode TODO.
TransferStatus TODO.