Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 953 Bytes

File metadata and controls

29 lines (23 loc) · 953 Bytes
title author description ms.author ms.date ms.topic ms.service keywords ms.localizationpriority
FileSet
joannaleecy
FileSet data type.
joanlee
02/19/2019
article
playfab
playfab, playstream events
medium

FileSet

Properties

Name Type Description
ByteCount int32 The storage size according to the underlying provider.
Checksum String The checksum according to the underlying provider.
FileName String File that was updated.
Operation OperationTypes The operation that was performed.
PreviousByteCount int32 The storage size of the old file, if there was one.
PreviousChecksum String The storage size of the old file, if there was one.
PreviousStoragePath String The old file's unique storage path that was deleted by this operation, if there was one.
StoragePath String The unique storage path for this set operation.