You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @description Data of an export record associated with a history that was archived.
12109
12109
*/
12110
12110
ExportRecordData: {
12111
+
/**
12112
+
* Ignore Errors
12113
+
* @description Last resort. If True, skip serialization errors caused by missing provenance (e.g. orphan implicit collection job associations, null job param refs from older histories that pre-date collections) instead of failing. Exported data may be incomplete or corrupt.
12114
+
*/
12115
+
ignore_errors?: boolean | null;
12111
12116
/**
12112
12117
* Include deleted
12113
12118
* @description Include file contents for deleted datasets (if include_files is True).
* @description Last resort. If True, skip serialization errors caused by missing provenance (e.g. orphan implicit collection job associations, null job param refs from older histories that pre-date collections) instead of failing. Exported data may be incomplete or corrupt.
25920
+
*/
25921
+
ignore_errors?: boolean | null;
25912
25922
/**
25913
25923
* Include deleted
25914
25924
* @description Include file contents for deleted datasets (if include_files is True).
* @description Last resort. If True, skip serialization errors caused by missing provenance (e.g. orphan implicit collection job associations, null job param refs from older histories that pre-date collections) instead of failing. Exported data may be incomplete or corrupt.
25956
+
*/
25957
+
ignore_errors?: boolean | null;
25943
25958
/**
25944
25959
* Include deleted
25945
25960
* @description Include file contents for deleted datasets (if include_files is True).
0 commit comments