IS3Waiter
Interface in AWS.S3
Base interface for S3 Waiters.
Properties
Attempts
property Attempts: Integer
Specifies the number of attempts performed during the current wait.
BeforeAttempt
property BeforeAttempt: TProc<IS3Waiter>
A callback called before each attempt.
BeforeWait
property BeforeWait: TProc<IS3Waiter>
A callback called before each wait (sleep).
Delay
property Delay: Integer
Specifies the delay between attempts in milliseconds.
Client
property Client: IS3Client
Type: IS3Client
Specifies the S3 client used to perform operations.
MaxAttempts
property MaxAttempts: Integer
Specifies the maximum number of attempts made while waiting.