Table of Contents

Interface ICopyMigrationInfo

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Represents the migration information after creating a migration job

public interface ICopyMigrationInfo

Properties

EncryptionKey

AES256CBC encryption key used to decrypt messages from job/manifest queue

byte[] EncryptionKey { get; }

Property Value

byte[]

JobId

Return a unique Job ID associated with this asynchronous read

Guid JobId { get; }

Property Value

Guid

JobQueueUri

URL for accessing Azure queue used for returning notification of copy and move process

Uri JobQueueUri { get; }

Property Value

Uri

SourceListItemUniqueIds

Return the source

IList<string> SourceListItemUniqueIds { get; }

Property Value

IList<string>