Class BaseBufferedResult
Base class for Buffered Result.
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 BaseBufferedResultMethods
| Improve this Doc View SourceGetConsumedIOs()
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. | 
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. |