s&box docs

public abstract interface Sandbox.Package.IRevision

Methods

Showing 1 methods

public virtual System.Threading.Tasks.Task DownloadManifestAsync(System.Threading.CancellationToken token = null)

The manifest will not be immediately available until you've downloaded it.

Parameters

  • token: Default: null

Properties

Showing 7 properties

public virtual System.DateTimeOffset Sandbox.Package.IRevision.Created { get; set; }

When this revision was created.

public virtual int Sandbox.Package.IRevision.EngineVersion { get; set; }

Engine version of this revision. TODO: How exactly is this different from `Sandbox.Package.EngineVersion`?

public virtual long Sandbox.Package.IRevision.FileCount { get; set; }

Number of files in this revision.

public virtual Sandbox.ManifestSchema Sandbox.Package.IRevision.Manifest { get; set; }

Manifest of the revision, describing what files are available. For this to be available you should call DownloadManifestAsync first.

public virtual string Sandbox.Package.IRevision.Summary { get; set; }

A summary of the changes in this revision.

public virtual long Sandbox.Package.IRevision.TotalSize { get; set; }

Total size of all the files in this revision, in bytes.

public virtual long Sandbox.Package.IRevision.VersionId { get; set; }

Unique index of this revision.

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Package.IRevision

On this page