AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The Records Event

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.RecordsEvent

Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public class RecordsEvent
         IEventStreamEvent, IS3Event

The RecordsEvent type exposes the following members

Constructors

NameDescription
Public Method RecordsEvent()

Constructs a RecordsEvent

Public Method RecordsEvent(IEventStreamMessage)

Creates a new End Event.

Properties

NameTypeDescription
Public Property Payload System.IO.Stream

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

Payload is a System.IO.Stream, which is not thread-safe.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5