Table of Contents

Enum SelectValues

Namespace
Amazon.DynamoDBv2.DocumentModel
Assembly
AWSSDK.DynamoDBv2.dll

An enumeration of all supported Select values for Query and Scan. Value of Count will force service to return the number of items, not the items themselves.

public enum SelectValues

Fields

AllAttributes = 2
AllProjectedAttributes = 3
Count = 0
SpecificAttributes = 1