AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 

Serialization class for processing the import and conversion of a virtual machine image to a new Amazon EC2 instance, or a disk image to a new EBS volume.

This class represents the list of 'slices' of the image file that is to be uploaded to Amazon S3, together with helper to return the next slice for processing during the upload process.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Import.ImageFileParts

Namespace: Amazon.EC2.Import
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ImageFileParts : Object

The ImageFileParts type exposes the following members

Constructors

NameDescription
Public Method ImageFileParts() Initializes an empty collection of parts

Properties

NameTypeDescription
Public Property Count System.Int32 The number of parts in the image.
Public Property PartInstances System.Collections.Generic.List<Amazon.EC2.Import.ImageFilePart> The collection of parts making up the image.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5