DataSourceSyncJobMetrics
public struct DataSourceSyncJobMetrics : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of documents added from the data source up to now in the data source sync.
Declaration
Swift
public let documentsAdded: String?
-
The number of documents deleted from the data source up to now in the data source sync run.
Declaration
Swift
public let documentsDeleted: String?
-
The number of documents that failed to sync from the data source up to now in the data source sync run.
Declaration
Swift
public let documentsFailed: String?
-
The number of documents modified in the data source up to now in the data source sync run.
Declaration
Swift
public let documentsModified: String?
-
The current number of documents crawled by the current sync job in the data source.
Declaration
Swift
public let documentsScanned: String?
-
Undocumented
Declaration
Swift
public init(documentsAdded: String? = nil, documentsDeleted: String? = nil, documentsFailed: String? = nil, documentsModified: String? = nil, documentsScanned: String? = nil)