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.

The job queue utilization at a specific point in time, including total capacity usage, and quota share or fairshare utilization breakdown depending on the job queue scheduling policy.

Inheritance Hierarchy

System.Object
  Amazon.Batch.Model.QueueSnapshotUtilizationDetail

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

Syntax

C#
public class QueueSnapshotUtilizationDetail

The QueueSnapshotUtilizationDetail type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property FairshareUtilization Amazon.Batch.Model.FairshareUtilizationDetail

Gets and sets the property FairshareUtilization.

The utilization information for a fairshare scheduling job queues, including active share count and top capacity utilization by share.

Public Property LastUpdatedAt System.Int64

Gets and sets the property LastUpdatedAt.

The Unix timestamp (in milliseconds) for when the queue utilization information was last updated.

Public Property QuotaShareUtilization Amazon.Batch.Model.QuotaShareUtilizationDetail

Gets and sets the property QuotaShareUtilization.

The utilization information for a job queue with a quota share scheduling policy.

Public Property TotalCapacityUsage System.Collections.Generic.List<Amazon.Batch.Model.QueueSnapshotCapacityUsage>

Gets and sets the property TotalCapacityUsage.

The total capacity usage for the entire job queue.

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