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 a single 'slice' of the image file that is to be uploaded to Amazon S3.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Import.ImageFilePart

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

Syntax

C#
public class ImageFilePart : Object

The ImageFilePart type exposes the following members

Constructors

NameDescription
Public Method ImageFilePart()

Properties

NameTypeDescription
Public Property ByteRange Amazon.EC2.Import.ImageFilePartByteRange The range of bytes representing the part.
Public Property DeleteUrl System.String
Public Property GetUrl System.String
Public Property HeadUrl System.String
Public Property Index System.Int32 The sequence number of the part within the whole image.
Public Property Key System.String The Amazon S3 object key of the part.

Version Information

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