AWSFirehoseRecord
Objective-C
@interface AWSFirehoseRecord
Swift
class AWSFirehoseRecord
The unit of data in a delivery stream.
Required parameters: [Data]
-
The data blob, which is base64-encoded when the blob is serialized. The maximum size of the data blob, before base64-encoding, is 1,000 KiB.
Declaration
Objective-C
@property (nonatomic, strong) NSData *_Nullable data;
Swift
var data: Data? { get set }