public class ThroughputProperties extends Object
Modifier and Type | Method and Description |
---|---|
static ThroughputProperties |
createAutoscaledThroughput(int autoScaleMaxThroughput)
Create auto scaled provisioned throughput throughput properties.
|
static ThroughputProperties |
createManualThroughput(int throughput)
Create fixed throughput properties.
|
int |
getAutoscaleMaxThroughput()
Gets max auto-scale throughput.
|
String |
getETag()
Get the entity tag associated with the resource.
|
String |
getId()
Gets the name of the resource.
|
Integer |
getManualThroughput()
Gets offer throughput.
|
Instant |
getTimestamp()
Get the last modified timestamp associated with the resource.
|
public static ThroughputProperties createManualThroughput(int throughput)
throughput
- the throughputpublic static ThroughputProperties createAutoscaledThroughput(int autoScaleMaxThroughput)
autoScaleMaxThroughput
- the max auto scale throughputpublic Integer getManualThroughput()
public int getAutoscaleMaxThroughput()
public String getId()
public Instant getTimestamp()
public String getETag()
Copyright © 2021 Microsoft Corporation. All rights reserved.