XPartSpecElement Data Type

Partition column name and its value.

Java class for x_part_spec_element complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="x_part_spec_element">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Properties
name data type description
key string
value string

Example

{
  "key" : "...",
  "value" : "..."
}