Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the unit of measure for retention period.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration SqlRetentionUnit
public enum SqlRetentionUnit
public enum class SqlRetentionUnit
type SqlRetentionUnit
public enum SqlRetentionUnit
Members
Member name | Description | |
---|---|---|
Unknown | Indicates that the unit of measure is unknown. | |
Days | Specifies that the retention period is expressed in days. | |
Hours | Specifies that the retention period is expressed in hours. | |
Minutes | Specifies that the retention period is expressed in minutes. |