AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains statistics information. The DFE engine uses information about the data in your Neptune graph to make effective trade-offs when planning query execution. This information takes the form of statistics that include so-called characteristic sets and predicate statistics that can guide query planning. See Managing statistics for the Neptune DFE to use.

Inheritance Hierarchy

System.Object
  Amazon.Neptunedata.Model.Statistics

Namespace: Amazon.Neptunedata.Model
Assembly: AWSSDK.Neptunedata.dll
Version: 3.x.y.z

Syntax

C#
public class Statistics

The Statistics type exposes the following members

Constructors

NameDescription
Public Method Statistics()

Properties

NameTypeDescription
Public Property Active System.Boolean

Gets and sets the property Active.

Indicates whether or not DFE statistics generation is enabled at all.

Public Property AutoCompute System.Boolean

Gets and sets the property AutoCompute.

Indicates whether or not automatic statistics generation is enabled.

Public Property Date System.DateTime

Gets and sets the property Date.

The UTC time at which DFE statistics have most recently been generated.

Public Property Note System.String

Gets and sets the property Note.

A note about problems in the case where statistics are invalid.

Public Property SignatureInfo Amazon.Neptunedata.Model.StatisticsSummary

Gets and sets the property SignatureInfo.

A StatisticsSummary structure that contains:

  • signatureCount - The total number of signatures across all characteristic sets.

  • instanceCount - The total number of characteristic-set instances.

  • predicateCount - The total number of unique predicates.

Public Property StatisticsId System.String

Gets and sets the property StatisticsId.

Reports the ID of the current statistics generation run. A value of -1 indicates that no statistics have been generated.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5