This structure is a Union of PutRequest and DeleteRequest. It can contain exactly one of PutRequest or DeleteRequest . Never Both. This is enforced in the code.
 Declaration Syntax
 Declaration Syntax| C# | 
public class WriteRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | WriteRequest()()()() | Initializes a new instance of the WriteRequest class | 
|  | DeleteRequest | 
            A container for a Delete BatchWrite request
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | PutRequest | 
            A container for a Put BatchWrite request
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDeleteRequest(DeleteRequest) | Obsolete. 
            Sets the DeleteRequest property
             | 
|  | WithPutRequest(PutRequest) | Obsolete. 
            Sets the PutRequest property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | WriteRequest |