AWS SDK Version 4 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 description of the warm throughput value on a global secondary index.

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.Model.GlobalSecondaryIndexWarmThroughputDescription

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

Syntax

C#
public class GlobalSecondaryIndexWarmThroughputDescription

The GlobalSecondaryIndexWarmThroughputDescription type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ReadUnitsPerSecond System.Nullable<System.Int64>

Gets and sets the property ReadUnitsPerSecond.

Represents warm throughput read units per second value for a global secondary index.

Public Property Status Amazon.DynamoDBv2.IndexStatus

Gets and sets the property Status.

Represents the warm throughput status being created or updated on a global secondary index. The status can only be UPDATING or ACTIVE.

Public Property WriteUnitsPerSecond System.Nullable<System.Int64>

Gets and sets the property WriteUnitsPerSecond.

Represents warm throughput write units per second value for a global secondary index.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer