BucketInfo Class Reference
Inherits from | NSObject |
---|---|
Declared in | BucketInfo.h BucketInfo.m |
scheduledBucketRunnerTimestamp
Returns the timestamp in milliseconds indicating when log bucket was scheduled for delivery.
@property (nonatomic) double scheduledBucketRunnerTimestamp
Discussion
Returns the timestamp in milliseconds indicating when log bucket was scheduled for delivery.
Declared In
BucketInfo.h
receivedResponseTime
Return the time in milliseconds, when a response was received.
@property (nonatomic) double receivedResponseTime
Discussion
Return the time in milliseconds, when a response was received.
Declared In
BucketInfo.h
bucketDeliveryDuration
Returns the total time in milliseconds spent to deliver log bucket.
@property (nonatomic) double bucketDeliveryDuration
Discussion
Returns the total time in milliseconds spent to deliver log bucket.
Declared In
BucketInfo.h