IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
DtsDimensionCosts
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
DtsDimensionCosts
editThe costs associated to a Data Transfer and Storage (DTS) dimension for an organization. All of the costs, credits, and trials are expressed in Elastic Consumption Units (ECU).
Properties
edit-
cost(numberasdouble, required) - Costs associated to the Data Transfer and Storage (DTS) dimensions for an organization
-
name(string, required) - DTS dimension name
-
quantity(DtsQuantity, required) - DTS usage
-
rate(DtsRate, required) - Cost per unit
-
sku(string, required) - DTS dimension Stock Keeping Unit (SKU)
-
type(string, required) - Type of the DTS dimension usage
Example
edit{
"cost" : 0.1,
"name" : "string",
"quantity" : {
"formatted_value" : "string",
"value" : 0
},
"rate" : {
"formatted_value" : "string",
"value" : 0.1
},
"sku" : "string",
"type" : "string"
}