https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / Doc360Document Complex Type / TotalBytes Element
In This Topic
    TotalBytes Element
    In This Topic
    Description
    The total size of the file being attached, in bytes.

    Insert Validation:
    Required if StorageLocation="RD"
    Any positive integer representing a file size of 100 megabytes or less.
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    xs:int
    Diagram
    TotalBytes Element
    Overview
    TotalBytes optional xs:int
    The total size of the file being attached, in bytes.

    Insert Validation:
    Required if StorageLocation="RD"
    Any positive integer representing a file size of 100 megabytes or less.
    Source
    <xs:element minOccurs="0" name="TotalBytes" nillable="true" type="xs:int" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                The total size of the file being attached, in bytes.
                <br /><br /><b><u>Insert Validation:</u></b><br />
                Required if StorageLocation="RD"
                </summary>
          <values>
                Any positive integer representing a file size of 100 megabytes or less.
                </values>
          <required />
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also