AWS SDK Version 3 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.

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

Inheritance Hierarchy

System.Object
  Amazon.EC2.Import.ImageFilePartByteRange

Namespace: Amazon.EC2.Import
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class ImageFilePartByteRange

The ImageFilePartByteRange type exposes the following members

Constructors

NameDescription
Public Method ImageFilePartByteRange()

Properties

NameTypeDescription
Public Property End System.Int64

The byte offset indicating the end of the range.

Public Property Extent System.Int64

The length of the byte range.

Public Property Start System.Int64

The byte offset indicating the start of the range.

Version Information

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