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.

Provides statistics for the specified ImportID. CloudTrail does not update import statistics in real-time. Returned values for parameters such as EventsCompleted may be lower than the actual value, because CloudTrail updates statistics incrementally over the course of the import.

Inheritance Hierarchy

System.Object
  Amazon.CloudTrail.Model.ImportStatistics

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

Syntax

C#
public class ImportStatistics

The ImportStatistics type exposes the following members

Constructors

NameDescription
Public Method ImportStatistics()

Properties

NameTypeDescription
Public Property EventsCompleted System.Int64

Gets and sets the property EventsCompleted.

The number of trail events imported into the event data store.

Public Property FailedEntries System.Int64

Gets and sets the property FailedEntries.

The number of failed entries.

Public Property FilesCompleted System.Int64

Gets and sets the property FilesCompleted.

The number of log files that completed import.

Public Property PrefixesCompleted System.Int64

Gets and sets the property PrefixesCompleted.

The number of S3 prefixes that completed import.

Public Property PrefixesFound System.Int64

Gets and sets the property PrefixesFound.

The number of S3 prefixes found for the import.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5