DataSourceSyncJobMetrics class
Maps a batch delete document request to a specific data source sync job. This is optional and should only be supplied when documents are deleted by a data source connector.
Constructors
- DataSourceSyncJobMetrics({String? documentsAdded, String? documentsDeleted, String? documentsFailed, String? documentsModified, String? documentsScanned})
-
DataSourceSyncJobMetrics.fromJson(Map<
String, dynamic> json) -
factory
Properties
- documentsAdded → String?
-
The number of documents added from the data source up to now in the data
source sync.
final
- documentsDeleted → String?
-
The number of documents deleted from the data source up to now in the data
source sync run.
final
- documentsFailed → String?
-
The number of documents that failed to sync from the data source up to now
in the data source sync run.
final
- documentsModified → String?
-
The number of documents modified in the data source up to now in the data
source sync run.
final
- documentsScanned → String?
-
The current number of documents crawled by the current sync job in the data
source.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited