Sha256: c30ac6681a624cee19a6775f407fa4e02787a72a0aeb3b25624e9fd174f77e34
Contents?: true
Size: 783 Bytes
Versions: 10
Compression:
Stored size: 783 Bytes
Contents
# FileMigration ## Example FileMigration Object ``` { "id": 1, "path": "MyFolder", "dest_path": "MyFolder", "files_moved": 1, "files_total": 1, "operation": "move", "region": "USA", "status": "complete" } ``` * `id` (int64): File migration ID * `path` (string): Source path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters. * `dest_path` (string): Destination path * `files_moved` (int64): Number of files processed * `files_total` (int64): Total number of files to process * `operation` (string): The type of operation * `region` (string): Region * `status` (string): Status --- ## Show File Migration ``` Files::FileMigration.find(id) ``` ### Parameters * `id` (int64): Required - File Migration ID.
Version data entries
10 entries across 10 versions & 1 rubygems