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.

Describes a version of a document.

Inheritance Hierarchy

System.Object
  Amazon.WorkDocs.Model.DocumentVersionMetadata

Namespace: Amazon.WorkDocs.Model
Assembly: AWSSDK.WorkDocs.dll
Version: 3.x.y.z

Syntax

C#
public class DocumentVersionMetadata

The DocumentVersionMetadata type exposes the following members

Constructors

NameDescription
Public Method DocumentVersionMetadata()

Properties

NameTypeDescription
Public Property ContentCreatedTimestamp System.DateTime

Gets and sets the property ContentCreatedTimestamp.

The timestamp when the content of the document was originally created.

Public Property ContentModifiedTimestamp System.DateTime

Gets and sets the property ContentModifiedTimestamp.

The timestamp when the content of the document was modified.

Public Property ContentType System.String

Gets and sets the property ContentType.

The content type of the document.

Public Property CreatedTimestamp System.DateTime

Gets and sets the property CreatedTimestamp.

The timestamp when the document was first uploaded.

Public Property CreatorId System.String

Gets and sets the property CreatorId.

The ID of the creator.

Public Property Id System.String

Gets and sets the property Id.

The ID of the version.

Public Property ModifiedTimestamp System.DateTime

Gets and sets the property ModifiedTimestamp.

The timestamp when the document was last uploaded.

Public Property Name System.String

Gets and sets the property Name.

The name of the version.

Public Property Signature System.String

Gets and sets the property Signature.

The signature of the document.

Public Property Size System.Int64

Gets and sets the property Size.

The size of the document, in bytes.

Public Property Source System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Source.

The source of the document.

Public Property Status Amazon.WorkDocs.DocumentStatusType

Gets and sets the property Status.

The status of the document.

Public Property Thumbnail System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Thumbnail.

The thumbnail of the document.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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