Class BundleDescription
Description of a bundle: header, dependencies, objects and assets.
public class BundleDescription- Inheritance
- 
      objectBundleDescription
Constructors
BundleDescription()
public BundleDescription()Properties
Assets
public List<KeyValuePair<string, ObjectId>> Assets { get; }Property Value
Dependencies
public List<string> Dependencies { get; }Property Value
Header
public BundleOdbBackend.Header Header { get; set; }Property Value
IncrementalBundles
public List<ObjectId> IncrementalBundles { get; }Property Value
Objects
public List<KeyValuePair<ObjectId, BundleOdbBackend.ObjectInfo>> Objects { get; }