Class ShareFileCreateHardLinkOptions

java.lang.Object
com.azure.storage.file.share.options.ShareFileCreateHardLinkOptions

public final class ShareFileCreateHardLinkOptions extends Object
Options that may be passed when creating a hard link for a file.
  • Constructor Details

    • ShareFileCreateHardLinkOptions

      public ShareFileCreateHardLinkOptions(String targetFile)
      Creates a new instance of ShareFileCreateHardLinkOptions.
      Parameters:
      targetFile - Path of the file to create the hard link to, not including the share. For example, targetDirectory/targetSubDirectory/.../targetFile
  • Method Details