Agent SDK
Public Attributes | List of all members
ionicsdk.chunkcipher.ChunkInfo Class Reference

Data class used to describe attributes of a data chunk. More...

Inheritance diagram for ionicsdk.chunkcipher.ChunkInfo:

Public Attributes

 isencrypted
 (bool) Determines whether the chunk is encrypted. More...
 
 keyid
 (string) The key ID that was used to encrypt the data chunk
 
 cipherid
 (string) The cipher ID of the data chunk
 

Detailed Description

Data class used to describe attributes of a data chunk.

Instance Variables:
isencrypted (bool): Determines whether the chunk is encrypted.
keyid (string): The key ID that was used to encrypt the data chunk
cipherid (string): The cipher ID of the data chunk

Member Data Documentation

§ isencrypted

ionicsdk.chunkcipher.ChunkInfo.isencrypted

(bool) Determines whether the chunk is encrypted.


The documentation for this class was generated from the following file: