Class RollbackHl7V2MessagesRequest
Point in time recovery rollback request.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class RollbackHl7V2MessagesRequest : IDirectResponseSchema
Properties
ChangeType
Optional. CREATE/UPDATE/DELETE/ALL for reverting all txns of a certain type.
Declaration
[JsonProperty("changeType")]
public virtual string ChangeType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExcludeRollbacks
Optional. Specifies whether to exclude earlier rollbacks.
Declaration
[JsonProperty("excludeRollbacks")]
public virtual bool? ExcludeRollbacks { get; set; }
Property Value
Type | Description |
---|---|
bool? |
FilteringFields
Optional. Parameters for filtering.
Declaration
[JsonProperty("filteringFields")]
public virtual RollbackHL7MessagesFilteringFields FilteringFields { get; set; }
Property Value
Type | Description |
---|---|
RollbackHL7MessagesFilteringFields |
Force
Optional. When enabled, changes will be reverted without explicit confirmation.
Declaration
[JsonProperty("force")]
public virtual bool? Force { get; set; }
Property Value
Type | Description |
---|---|
bool? |
InputGcsObject
Optional. Cloud storage object containing list of {resourceId} lines, identifying resources to be reverted
Declaration
[JsonProperty("inputGcsObject")]
public virtual string InputGcsObject { get; set; }
Property Value
Type | Description |
---|---|
string |
ResultGcsBucket
Required. Bucket to deposit result
Declaration
[JsonProperty("resultGcsBucket")]
public virtual string ResultGcsBucket { get; set; }
Property Value
Type | Description |
---|---|
string |
RollbackTime
object representation of RollbackTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RollbackTimeDateTimeOffset instead.")]
public virtual object RollbackTime { get; set; }
Property Value
Type | Description |
---|---|
object |
RollbackTimeDateTimeOffset
DateTimeOffset representation of RollbackTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? RollbackTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
RollbackTimeRaw
Required. Times point to rollback to.
Declaration
[JsonProperty("rollbackTime")]
public virtual string RollbackTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |