FilesNotTieringError interface
Files not tiering error object
Properties
error |
Error code (HResult) NOTE: This property will not be serialized. It can only be populated by the server. |
file |
Count of files with this error NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
errorCode
Error code (HResult) NOTE: This property will not be serialized. It can only be populated by the server.
errorCode?: number
Property Value
number
fileCount
Count of files with this error NOTE: This property will not be serialized. It can only be populated by the server.
fileCount?: number
Property Value
number