Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-features
v1
TimeWindow
Interface TimeWindow
interface
TimeWindow
{
windowType
?:
|
{
$case
:
"continuous"
;
continuous
:
ContinuousWindow
}
|
{
$case
:
"tumbling"
;
tumbling
:
TumblingWindow
}
|
{
$case
:
"sliding"
;
sliding
:
SlidingWindow
}
|
{
$case
:
"rolling"
;
rolling
:
RollingWindow
}
|
{
$case
:
"sawtooth"
;
sawtooth
:
SawtoothWindow
}
;
}
Index
Properties
window
Type?
Properties
Optional
window
Type
windowType
?:
|
{
$case
:
"continuous"
;
continuous
:
ContinuousWindow
}
|
{
$case
:
"tumbling"
;
tumbling
:
TumblingWindow
}
|
{
$case
:
"sliding"
;
sliding
:
SlidingWindow
}
|
{
$case
:
"rolling"
;
rolling
:
RollingWindow
}
|
{
$case
:
"sawtooth"
;
sawtooth
:
SawtoothWindow
}
Type Declaration
{
$case
:
"continuous"
;
continuous
:
ContinuousWindow
}
{
$case
:
"tumbling"
;
tumbling
:
TumblingWindow
}
{
$case
:
"sliding"
;
sliding
:
SlidingWindow
}
{
$case
:
"rolling"
;
rolling
:
RollingWindow
}
{
$case
:
"sawtooth"
;
sawtooth
:
SawtoothWindow
}
$case
:
"sawtooth"
sawtooth
:
SawtoothWindow
A sawtooth window served via the hybrid batch + streaming path.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
window
Type
Databricks SDK for JavaScript
Loading...
A sawtooth window served via the hybrid batch + streaming path.