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.

Contains the submission time of a single allocation request for a capacity reservation and the most recent status of the attempted allocation.

Inheritance Hierarchy

System.Object
  Amazon.Athena.Model.CapacityAllocation

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

Syntax

C#
public class CapacityAllocation

The CapacityAllocation type exposes the following members

Constructors

NameDescription
Public Method CapacityAllocation()

Properties

NameTypeDescription
Public Property RequestCompletionTime System.DateTime

Gets and sets the property RequestCompletionTime.

The time when the capacity allocation request was completed.

Public Property RequestTime System.DateTime

Gets and sets the property RequestTime.

The time when the capacity allocation was requested.

Public Property Status Amazon.Athena.CapacityAllocationStatus

Gets and sets the property Status.

The status of the capacity allocation.

Public Property StatusMessage System.String

Gets and sets the property StatusMessage.

The status message of the capacity allocation.

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