Table of Contents

Class RecordsEvent

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

The Records Event

public class RecordsEvent : IS3Event, IEventStreamEvent
Inheritance
RecordsEvent
Implements
IEventStreamEvent
Inherited Members

Constructors

RecordsEvent()

Constructs a RecordsEvent

public RecordsEvent()

RecordsEvent(IEventStreamMessage)

Creates a new End Event.

public RecordsEvent(IEventStreamMessage message)

Parameters

message IEventStreamMessage

Properties

Payload

The byte array of partial, one or more result records.

Payload is a Stream, which is not thread-safe.
public Stream Payload { get; set; }

Property Value

Stream