forked from mongodb/docs-realm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
38319cb
commit 8d59601
Showing
7 changed files
with
76 additions
and
69 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
...ce/includes/api-details/csharp/manage-files/reduce-file-size-compacted-copy.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
You can save a compacted copy of a database file | ||
to another file location with the :dotnet-sdk:`writeCopy() <reference/Realms.Realm.html#Realms_Realm_WriteCopy_Realms_RealmConfigurationBase_>` | ||
method. The destination file cannot already exist. |
3 changes: 3 additions & 0 deletions
3
...s/api-details/dart/manage-files/reduce-file-size-compacted-copy-description.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
You can save a compacted copy of a database file | ||
to another file location with the :flutter-sdk:`writeCopy() <realm/Realm/writeCopy.html>` | ||
method. The destination file cannot already exist. |
4 changes: 4 additions & 0 deletions
4
...s/api-details/java/manage-files/reduce-file-size-compacted-copy-description.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
You can save a compacted copy or encrypted copy of a database file | ||
to another file location with the :java-sdk:`writeCopyTo() <io/realm/Realm.html#writeCopyTo(java.io.File)>` | ||
or :java-sdk:`writeEncryptedCopyTo() <io/realm/Realm.html#writeEncryptedCopyTo(java.io.File,byte%5B%5D>` | ||
methods. The destination file cannot already exist. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters