Class PartialDataPathAssetReference


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

      • PartialDataPathAssetReference

        public PartialDataPathAssetReference()
    • 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 PartialDataPathAssetReference 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 PartialDataPathAssetReference 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 PartialDataPathAssetReference 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 PartialDataPathAssetReference object itself.