Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CopyFileSmbInfo

Package version

Parameter group

Hierarchy

  • CopyFileSmbInfo

Index

Properties

Optional fileAttributes

fileAttributes: undefined | string

Specifies either the option to copy file attributes from a source file(source) to a target file or a list of attributes to set on a target file.

Optional fileCreationTime

fileCreationTime: undefined | string

Specifies either the option to copy file creation time from a source file(source) to a target file or a time value in ISO 8601 format to set as creation time on a target file.

Optional fileLastWriteTime

fileLastWriteTime: undefined | string

Specifies either the option to copy file last write time from a source file(source) to a target file or a time value in ISO 8601 format to set as last write time on a target file.

Optional filePermissionCopyMode

filePermissionCopyMode: PermissionCopyModeType

Specifies the option to copy file security descriptor from source file or to set it using the value which is defined by the header value of x-ms-file-permission or x-ms-file-permission-key.

Optional ignoreReadOnly

ignoreReadOnly: undefined | false | true

Specifies the option to overwrite the target file if it already exists and has read-only attribute set.

Optional setArchiveAttribute

setArchiveAttribute: undefined | false | true

Specifies the option to set archive attribute on a target file. True means archive attribute will be set on a target file despite attribute overrides or a source file state.

Generated using TypeDoc