Class CslTimespanFormat
- java.lang.Object
-
- com.microsoft.azure.kusto.data.format.CslFormat
-
- com.microsoft.azure.kusto.data.format.CslTimespanFormat
-
public class CslTimespanFormat extends CslFormat
-
-
Field Summary
Fields Modifier and Type Field Description static DateTimeFormatterDATE_TIME_FORMATTERstatic StringKUSTO_TIMESPAN_PATTERN
-
Constructor Summary
Constructors Constructor Description CslTimespanFormat(String value)CslTimespanFormat(Duration value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()DurationgetValue()-
Methods inherited from class com.microsoft.azure.kusto.data.format.CslFormat
parseValueFromValueWithType, toString
-
-
-
-
Field Detail
-
KUSTO_TIMESPAN_PATTERN
public static final String KUSTO_TIMESPAN_PATTERN
- See Also:
- Constant Field Values
-
DATE_TIME_FORMATTER
public static final DateTimeFormatter DATE_TIME_FORMATTER
-
-