API Reference
AuditPackageManifest
Top-level manifest describing an audit package instance.
Inheritance
- Object
- AuditPackageManifest
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public AuditPackageManifest() #Inherited Methods
Properties
public String PackageId { get; set; } #Gets or sets the unique package identifier.
public String PackageSchemaVersion { get; set; } #Gets or sets the package schema version.
public String PackageFormatVersion { get; set; } #Gets or sets the package transport format version.
public String ProductName { get; set; } #Gets or sets the product name that produced the package.
public String ProductVersion { get; set; } #Gets or sets the product version that produced the package.
public DateTimeOffset CreatedAt { get; set; } #Gets or sets the UTC time when the package was created.
public AuditCaptureLevel CaptureLevel { get; set; } #Gets or sets the capture level used for the package.
public String SourceMode { get; set; } #Gets or sets the source command or mode that created the package.
public String TransportFormat { get; set; } #Gets or sets the transport format used on disk.
public String RunId { get; set; } #Gets or sets the run identifier referenced by this package.
public String CreatedByEdition { get; set; } #Gets or sets the edition label resolved for the creating host.