Topic.UpdateStages.WithDeleteOnIdle Interface
public static interface Topic.UpdateStages.WithDeleteOnIdle
The stage of the topic definition allowing to define auto delete behaviour.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withDeleteOnIdleDurationInMinutes(int durationInMinutes)
The idle interval after which the topic is automatically deleted. |
Method Details
withDeleteOnIdleDurationInMinutes
public abstract Topic.Update withDeleteOnIdleDurationInMinutes(int durationInMinutes)
The idle interval after which the topic is automatically deleted.
Parameters:
durationInMinutes
- idle duration in minutes
Returns:
the next stage of topic update
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java