Table of Contents

Class PCUTypeDetails

Namespace
DataStax.AstraDB.DataApi.Admin
Assembly
DataStax.AstraDB.DataApi.dll

The details of a PCU (Provisioned Capacity Unit) group type, describing the hardware specifications for a particular PCU configuration.

public class PCUTypeDetails
Inheritance
PCUTypeDetails
Inherited Members

Properties

DiskCache

The amount of disk cache for this PCU type.

[JsonPropertyName("disk_cache")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string DiskCache { get; set; }

Property Value

string

Memory

The amount of memory for this PCU type.

[JsonPropertyName("memory")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string Memory { get; set; }

Property Value

string

VCpu

The number of virtual CPUs for this PCU type.

[JsonPropertyName("vCPU")]
public int VCpu { get; set; }

Property Value

int