public class UpdateHistoryProperty extends Object
Constructor and Description |
---|
UpdateHistoryProperty() |
Modifier and Type | Method and Description |
---|---|
Integer |
immutabilityPeriodSinceCreationInDays()
Get the immutability period for the blobs in the container since the policy creation, in days.
|
String |
objectIdentifier()
Get returns the Object ID of the user who updated the ImmutabilityPolicy.
|
String |
tenantId()
Get returns the Tenant ID that issued the token for the user who updated the ImmutabilityPolicy.
|
org.joda.time.DateTime |
timestamp()
Get returns the date and time the ImmutabilityPolicy was updated.
|
ImmutabilityPolicyUpdateType |
update()
Get the ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend.
|
String |
upn()
Get returns the User Principal Name of the user who updated the ImmutabilityPolicy.
|
public ImmutabilityPolicyUpdateType update()
public Integer immutabilityPeriodSinceCreationInDays()
public org.joda.time.DateTime timestamp()
public String objectIdentifier()
public String tenantId()
public String upn()
Copyright © 2019. All rights reserved.