RecordPatch
public struct RecordPatch : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The last modified date of the client device.
Declaration
Swift
public let deviceLastModifiedDate: TimeStamp?
-
The key associated with the record patch.
Declaration
Swift
public let key: String
-
An operation, either replace or remove.
Declaration
Swift
public let op: Operation
-
Last known server sync count for this record. Set to 0 if unknown.
Declaration
Swift
public let syncCount: Int64
-
The value associated with the record patch.
Declaration
Swift
public let value: String?
-
Declaration
Swift
public func validate(name: String) throws