ThreadCreationDateRetentionPolicy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A chat thread retention policy that deletes the thread a number of days after creation.
public sealed class ThreadCreationDateRetentionPolicy : Azure.Communication.Chat.ChatRetentionPolicy
type ThreadCreationDateRetentionPolicy = class
inherit ChatRetentionPolicy
Public NotInheritable Class ThreadCreationDateRetentionPolicy
Inherits ChatRetentionPolicy
- Inheritance
Constructors
| Name | Description |
|---|---|
| ThreadCreationDateRetentionPolicy(Int32) |
Initializes a new instance of ThreadCreationDateRetentionPolicy. |
Properties
| Name | Description |
|---|---|
| DeleteThreadAfterDays |
Gets the number of days after thread creation that the thread will be deleted. |
| Kind |
Retention policy kind. (Inherited from ChatRetentionPolicy) |