AWSFirehoseSplunkBufferingHints

Objective-C

@interface AWSFirehoseSplunkBufferingHints

Swift

class AWSFirehoseSplunkBufferingHints

The buffering options. If no value is specified, the default values for Splunk are used.

  • Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 60 (1 minute).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable intervalInSeconds;

    Swift

    var intervalInSeconds: NSNumber? { get set }
  • Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable sizeInMBs;

    Swift

    var sizeInMBs: NSNumber? { get set }