Class EOS_PlayerDataStorage_FileMetadata
java.lang.Object
com.sun.jna.Structure
host.anzo.eossdk.eos.sdk.playerdatastorage.EOS_PlayerDataStorage_FileMetadata
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
EOS_PlayerDataStorage_FileMetadata.ByReference,EOS_PlayerDataStorage_FileMetadata.ByValue
@FieldOrder({"ApiVersion","FileSizeBytes","MD5Hash","Filename","LastModifiedTime","UnencryptedDataSizeBytes"})
public class EOS_PlayerDataStorage_FileMetadata
extends com.sun.jna.Structure
implements AutoCloseable
Metadata information for a specific file
- Since:
- 8/22/2023
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class com.sun.jna.Structure
com.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField -
Field Summary
FieldsModifier and TypeFieldDescriptionintAPI Version: Set this to EOS_PLAYERDATASTORAGE_FILEMETADATA_API_LATEST.static final intstatic final intTimestamp value representing an undefined time for Player Data Storage.The file's nameintThe total size of the file in bytes (Includes file header in addition to file contents)longThe POSIX timestamp when the file was saved last time orEOS_PLAYERDATASTORAGE_TIME_UNDEFINEDif the time is undefined.The MD5 Hash of the entire file (including additional file header), in hex digitsintThe size of data (payload) in file in unencrypted (original) form.Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
Field Details
-
EOS_PLAYERDATASTORAGE_TIME_UNDEFINED
public static final int EOS_PLAYERDATASTORAGE_TIME_UNDEFINEDTimestamp value representing an undefined time for Player Data Storage.- See Also:
-
EOS_PLAYERDATASTORAGE_FILEMETADATA_API_LATEST
public static final int EOS_PLAYERDATASTORAGE_FILEMETADATA_API_LATEST- See Also:
-
ApiVersion
public int ApiVersionAPI Version: Set this to EOS_PLAYERDATASTORAGE_FILEMETADATA_API_LATEST. -
FileSizeBytes
public int FileSizeBytesThe total size of the file in bytes (Includes file header in addition to file contents) -
MD5Hash
The MD5 Hash of the entire file (including additional file header), in hex digits -
Filename
The file's name -
LastModifiedTime
public long LastModifiedTimeThe POSIX timestamp when the file was saved last time orEOS_PLAYERDATASTORAGE_TIME_UNDEFINEDif the time is undefined. It will be undefined after a file is written and uploaded at first before a query operation is completed. -
UnencryptedDataSizeBytes
public int UnencryptedDataSizeBytesThe size of data (payload) in file in unencrypted (original) form.
-
-
Constructor Details
-
EOS_PlayerDataStorage_FileMetadata
public EOS_PlayerDataStorage_FileMetadata() -
EOS_PlayerDataStorage_FileMetadata
public EOS_PlayerDataStorage_FileMetadata(com.sun.jna.Pointer peer)
-
-
Method Details
-
release
public void release() -
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-