Interface ICopyMigrationInfo
Represents the migration information after creating a migration job
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface ICopyMigrationInfo
Represents the migration information after creating a migration job
public interface ICopyMigrationInfo
AES256CBC encryption key used to decrypt messages from job/manifest queue
byte[] EncryptionKey { get; }
| byte[] |
Return a unique Job ID associated with this asynchronous read
Guid JobId { get; }
| Guid |
URL for accessing Azure queue used for returning notification of copy and move process
Uri JobQueueUri { get; }
| Uri |