Show / Hide Table of Contents

Enum TableStatisticsStatusCategory

The table statistics collection status, which can be divided into the following categories:

  • NO_STATS: Table objects with no statistics.
  • STALE: Table objects with statistics that aren't up-to-date.
  • NOT_STALE: Table objects with fresh or latest stats.
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public enum TableStatisticsStatusCategory

Fields

Name Description
NoStats
NotStale
Stale
UnknownEnumValue
In this article
Back to top