Class DataPathAssetReference


  • public final class DataPathAssetReference
    extends AssetReferenceBase
    Reference to an asset via its path in a datastore.
    • Constructor Detail

      • DataPathAssetReference

        public DataPathAssetReference()
    • Method Detail

      • datastoreId

        public String datastoreId()
        Get the datastoreId property: ARM resource ID of the datastore where the asset is located.
        Returns:
        the datastoreId value.
      • withDatastoreId

        public DataPathAssetReference withDatastoreId​(String datastoreId)
        Set the datastoreId property: ARM resource ID of the datastore where the asset is located.
        Parameters:
        datastoreId - the datastoreId value to set.
        Returns:
        the DataPathAssetReference object itself.
      • path

        public String path()
        Get the path property: The path of the file/directory in the datastore.
        Returns:
        the path value.
      • withPath

        public DataPathAssetReference withPath​(String path)
        Set the path property: The path of the file/directory in the datastore.
        Parameters:
        path - the path value to set.
        Returns:
        the DataPathAssetReference object itself.