<div class="content" name="fPropertyStatus" uuid="b937e959-9866-45b1-a4c0-bf1165792a3c"><p>The fPropertyStatus structure represents the status of a
property value in a table entry, as represented in a <a href="60d1432d-84ca-4b03-a5a3-55e93f2ac624" data-linktype="relative-path">TableEntryFixed (section 2.2.1.9)</a>
structure. fPropertyStatus is a bit field 1 byte in length.</p><table><thead>
  <tr>
   <th>
   <p><br/>
   0</p>
   </th>
   <th>
   <p><br/>
   1</p>
   </th>
   <th>
   <p><br/>
   2</p>
   </th>
   <th>
   <p><br/>
   3</p>
   </th>
   <th>
   <p><br/>
   4</p>
   </th>
   <th>
   <p><br/>
   5</p>
   </th>
   <th>
   <p><br/>
   6</p>
   </th>
   <th>
   <p><br/>
   7</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>0</td>
  <td>R 1</td>
  <td>W</td>
  <td>R E</td>
  <td>R 2</td>
  <td>N T</td>
  <td>C</td>
  <td>N N</td>
 </tr></tbody></table><dl>
<dd>
<p>Where the bits are defined as:</p>
</dd>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Description</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>R1</td>
  <td>Reserved1 (2 bits). MUST be cleared when sent and MUST be ignored on receipt.</td>
 </tr><tr>
  <td>W</td>
  <td>Write (1 bit). For historical reasons, this flag SHOULD&lt;5&gt; be set for a write and MUST be set for a write if the property has variable length and any of the following is true:  Action equals eACTION_ADD (section 2.2.1.11).  Action equals eACTION_UPDATE (section 2.2.1.11).  Action equals eACTION_DELETE (section 2.2.1.11) and the property is a primary key. This flag MUST be cleared for a read. It SHOULD&lt;6&gt; be ignored on receipt.</td>
 </tr><tr>
  <td>RE</td>
  <td>Read (1 bit). For historical reasons, this flag SHOULD&lt;7&gt; be set for a read and MUST be set for a read if the property has variable length. This flag MUST be cleared for a write and SHOULD&lt;8&gt; be ignored on receipt.</td>
 </tr><tr>
  <td>R2</td>
  <td>Reserved2 (1 bit). MUST be cleared when sent and MUST be ignored on receipt.</td>
 </tr><tr>
  <td>NT</td>
  <td>NoTouch (1 bit). For a write, this flag MUST be set on certain properties for historical reasons. For information about which properties require this flag, see the table definitions in section 3.1.1.3. For a read, this flag MUST be clear.</td>
 </tr><tr>
  <td>C</td>
  <td>Changed (1 bit). For a write, indicates that the property value is to be changed. For a read, MAY be set by the server and MUST be ignored by the client on receipt.</td>
 </tr><tr>
  <td>NN</td>
  <td>NonNull (1 bit). The property value is non-null.</td>
 </tr></tbody></table>
</dd></dl><p> </p></div>