Click or drag to resize

ObsObjectVersion Class

Versioning object information
Inheritance Hierarchy

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public class ObsObjectVersion : ObsObject

The ObsObjectVersion type exposes the following members.

Constructors
  NameDescription
Public methodObsObjectVersion
Initializes a new instance of the ObsObjectVersion class
Top
Properties
  NameDescription
Public propertyAppendable
Whether the object is an appendable object
(Inherited from ObsObject.)
Public propertyETag
ETag of the object
(Inherited from ObsObject.)
Public propertyIsDeleteMarker
Whether object delete markers are configured
Public propertyIsLatest
Whether the object is of the current version
Public propertyLastModified
Last modification time of the object
(Inherited from ObsObject.)
Public propertyObjectKey
Object name
(Inherited from ObsObject.)
Public propertyOwner
Object owner
(Inherited from ObsObject.)
Public propertySize
Object size
(Inherited from ObsObject.)
Public propertyStorageClass
Object storage class
(Inherited from ObsObject.)
Public propertyVersionId
Version number
Top
See Also