INPUT_OBJECT
MssqlRecoveryPointInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input MssqlRecoveryPointInput {
- # Recovery point specified in the form of a timestamp (in milliseconds).
- # Deprecated. Use 'date' instead.
- Long :
- # Supported in v5.2+
- # Recovery point specified in ISO8601 format, such as "2016-01-01T01:23:45.678".
- DateTime :
- # Supported in v5.0+
- LsnRecoveryPointInput :
- }
link Require by
- BulkExportMssqlDbConfigInputSupported in v9.2+
- ExportMssqlDbJobConfigInputSupported in v5.0+
- MountMssqlDbConfigInputSupported in v5.0+
- MssqlBackupSelectionInputSupported in v5.2+
- MssqlDownloadFromArchiveConfigInputSupported in v5.2+
- MssqlDownloadFromArchiveConfigV2InputSupported in Rubrik CDM v9.1.2+.
- RestoreMssqlDbJobConfigInputSupported in v5.0+