public class MeteringInfo extends Object
| Constructor and Description |
|---|
MeteringInfo() |
| Modifier and Type | Method and Description |
|---|---|
ReservedThroughput |
getReservedThroughput() |
long |
getRowCount() |
long |
getStorageSize() |
long |
getTimestamp() |
void |
setReservedThroughput(ReservedThroughput reservedThroughput) |
void |
setRowCount(long rowCount) |
void |
setStorageSize(long storageSize) |
void |
setTimestamp(long timestamp) |
public ReservedThroughput getReservedThroughput()
public void setReservedThroughput(ReservedThroughput reservedThroughput)
public long getStorageSize()
public void setStorageSize(long storageSize)
public long getRowCount()
public void setRowCount(long rowCount)
public long getTimestamp()
public void setTimestamp(long timestamp)
Copyright © 2024. All Rights Reserved.