Table of Contents

Class SelectObjectContentResponse

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

Contains the response Payload for the SelectObjectContent request

public class SelectObjectContentResponse : AmazonWebServiceResponse
Inheritance
SelectObjectContentResponse

Constructors

SelectObjectContentResponse()

public SelectObjectContentResponse()

Properties

Payload

The Event Stream result of SelectObjectContent

public ISelectObjectContentEventStream Payload { get; set; }

Property Value

ISelectObjectContentEventStream