Uses of Class
com.azure.resourcemanager.datafactory.models.TumblingWindowFrequency
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of TumblingWindowFrequency in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionTumblingWindowTriggerTypeProperties.frequency()
Get the frequency property: The frequency of the time windows.Modifier and TypeMethodDescriptionTumblingWindowTriggerTypeProperties.withFrequency
(TumblingWindowFrequency frequency) Set the frequency property: The frequency of the time windows. -
Uses of TumblingWindowFrequency in com.azure.resourcemanager.datafactory.models
Modifier and TypeFieldDescriptionstatic final TumblingWindowFrequency
TumblingWindowFrequency.HOUR
Static value Hour for TumblingWindowFrequency.static final TumblingWindowFrequency
TumblingWindowFrequency.MINUTE
Static value Minute for TumblingWindowFrequency.static final TumblingWindowFrequency
TumblingWindowFrequency.MONTH
Static value Month for TumblingWindowFrequency.Modifier and TypeMethodDescriptionTumblingWindowTrigger.frequency()
Get the frequency property: The frequency of the time windows.static TumblingWindowFrequency
TumblingWindowFrequency.fromString
(String name) Creates or finds a TumblingWindowFrequency from its string representation.Modifier and TypeMethodDescriptionstatic Collection<TumblingWindowFrequency>
TumblingWindowFrequency.values()
Gets known TumblingWindowFrequency values.Modifier and TypeMethodDescriptionTumblingWindowTrigger.withFrequency
(TumblingWindowFrequency frequency) Set the frequency property: The frequency of the time windows.