Topic.DefinitionStages.WithDeleteOnIdle Interface
public static interface Topic.DefinitionStages.WithDeleteOnIdle
The stage of the topic definition allowing to define auto delete behaviour.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withDeleteOnIdleDurationInMinutes(int durationInMinutes)
The idle interval after which the topic is automatically deleted. |
Method Details
withDeleteOnIdleDurationInMinutes
public abstract Topic.DefinitionStages.WithCreate withDeleteOnIdleDurationInMinutes(int durationInMinutes)
The idle interval after which the topic is automatically deleted. Note: unless it is explicitly overridden the default delete on idle duration is infinite (TimeSpan.Max).
Parameters:
durationInMinutes
- idle duration in minutes
Returns:
the next stage of topic definition
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java