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.

A reservation for a specified number of data processing units (DPUs). When a reservation is initially created, it has no DPUs. Athena allocates DPUs until the allocated amount equals the requested amount.

Inheritance Hierarchy

System.Object
  Amazon.Athena.Model.CapacityReservation

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

Syntax

C#
public class CapacityReservation

The CapacityReservation type exposes the following members

Constructors

NameDescription
Public Method CapacityReservation()

Properties

NameTypeDescription
Public Property AllocatedDpus System.Int32

Gets and sets the property AllocatedDpus.

The number of data processing units currently allocated.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The time in UTC epoch millis when the capacity reservation was created.

Public Property LastAllocation Amazon.Athena.Model.CapacityAllocation

Gets and sets the property LastAllocation.

Public Property LastSuccessfulAllocationTime System.DateTime

Gets and sets the property LastSuccessfulAllocationTime.

The time of the most recent capacity allocation that succeeded.

Public Property Name System.String

Gets and sets the property Name.

The name of the capacity reservation.

Public Property Status Amazon.Athena.CapacityReservationStatus

Gets and sets the property Status.

The status of the capacity reservation.

Public Property TargetDpus System.Int32

Gets and sets the property TargetDpus.

The number of data processing units requested.

Version Information

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

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5