MongoDB\Driver\ClientEncryption::deleteKey
(mongodb >=1.15.0)
MongoDB\Driver\ClientEncryption::deleteKey — Deletes a key document
説明
Removes the key document with the given UUID keyId
from the key vault collection.
パラメータ
keyId
-
A MongoDB\BSON\Binary instance with subtype 4 (UUID) identifying the key document.
戻り値
Returns the result of the internal deleteOne
operation on
the key vault collection.
エラー / 例外
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.
- Throws MongoDB\Driver\Exception\ConnectionException if connection to the server fails (for reasons other than authentication).
- Throws MongoDB\Driver\Exception\AuthenticationException if authentication is needed and fails.
- Throws MongoDB\Driver\Exception\RuntimeException on other errors.
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google