Show / Hide Table of Contents

Class BaseBufferedResult

Base class for Buffered Result.

Inheritance
System.Object
BaseBufferedResult
AsyncBufferedResult
BufferedResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Amazon.QLDB.Driver
Assembly: Amazon.QLDB.Driver.dll
Syntax
public abstract class BaseBufferedResult

Methods

| Improve this Doc View Source

GetConsumedIOs()

Gets the current query statistics for the number of read IO requests. The statistics are stateful.

Declaration
public IOUsage? GetConsumedIOs()
Returns
Type Description
System.Nullable<IOUsage>

The current IOUsage statistics.

| Improve this Doc View Source

GetTimingInformation()

Gets the current query statistics for server-side processing time. The statistics are stateful.

Declaration
public TimingInformation? GetTimingInformation()
Returns
Type Description
System.Nullable<TimingInformation>

The current TimingInformation statistics.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX