FileDirectoryProperties クラス

  • java.lang.Object
    • com.microsoft.azure.storage.file.FileDirectoryProperties

public class FileDirectoryProperties

ディレクトリのシステム プロパティを表します。

メソッドの概要

修飾子と型 メソッドと説明
String getChangeTime()

ディレクトリの変更時刻を取得します。

String getCreationTime()

ディレクトリの作成時刻を取得します。

String getEtag()

ディレクトリの ETag 値を取得します。

ETag 値は、ディレクトリに対して書き込み操作が実行されるときに更新される一意の識別子です。 コンカレンシー制御と効率の向上を実現するために、条件付きで操作を実行するために使用できます。

メソッドと generateIfNoneMatchCondition(final String etag) メソッドは generateIfMatchCondition(final String etag) ETag 値を受け取り、AccessCondition要求で指定できるオブジェクトを返します。

String getFileId()

ディレクトリの ID を取得します。

String getFilePermissionKey()

ディレクトリのアクセス許可キーを取得します。

Date getLastModified()

ディレクトリの最終変更時刻を取得します。

String getLastWriteTime()

ディレクトリの最後の書き込み時刻を取得します。

EnumSet<NtfsAttributes> getNtfsAttributes()

ファイルとディレクトリのファイル システム属性を取得します。 設定されていない場合は、既存の値の保持を示します。

String getParentId()

ディレクトリの親 ID を取得します。

boolean isServerEncrypted()

ディレクトリのサーバー側暗号化の状態を取得します。

void setChangeTime(String changeTime)

ディレクトリの変更時刻を設定します。

void setCreationTime(String creationTime)

ディレクトリの作成時間を設定します。

void setEtag(final String etag)

ディレクトリの ETag 値を設定します。

void setFileId(String fileId)

ディレクトリの ID を設定します。

void setFilePermissionKey(String filePermissionKey)

ディレクトリのアクセス許可キーを設定します。

void setLastModified(final Date lastModified)

ディレクトリの最終変更時刻を設定します。

void setLastWriteTime(String lastWriteTime)

ディレクトリの最後の書き込み時刻を設定します。

void setNtfsAttributes(EnumSet<NtfsAttributes> ntfsAttributes)

ファイルとディレクトリのファイル システム属性を設定します。 設定されていない場合は、既存の値の保持を示します。

void setParentId(String parentId)

ディレクトリの親 ID を設定します。

void setServerEncrypted(boolean serverEncrypted)

ディレクトリのサーバー側暗号化の状態を設定します。

メソッドの詳細

getChangeTime

public String getChangeTime()

ディレクトリの変更時刻を取得します。

Returns:

String変更時刻を表す オブジェクト。

getCreationTime

public String getCreationTime()

ディレクトリの作成時刻を取得します。

Returns:

String作成時刻を表す オブジェクト。

getEtag

public String getEtag()

ディレクトリの ETag 値を取得します。

ETag 値は、ディレクトリに対して書き込み操作が実行されるときに更新される一意の識別子です。 コンカレンシー制御と効率の向上を実現するために、条件付きで操作を実行するために使用できます。

メソッドと generateIfNoneMatchCondition(final String etag) メソッドは generateIfMatchCondition(final String etag) ETag 値を受け取り、AccessCondition要求で指定できるオブジェクトを返します。

Returns:

String ETag を表す 。

getFileId

public String getFileId()

ディレクトリの ID を取得します。

Returns:

Stringディレクトリの ID を指定する 。

getFilePermissionKey

public String getFilePermissionKey()

ディレクトリのアクセス許可キーを取得します。

Returns:

Stringディレクトリのアクセス許可キーを指定する 。

getLastModified

public Date getLastModified()

ディレクトリの最終変更時刻を取得します。

Returns:

java.util.Date最後に変更された時刻を表す オブジェクト。

getLastWriteTime

public String getLastWriteTime()

ディレクトリの最後の書き込み時刻を取得します。

Returns:

最後の String 書き込み時刻を表す オブジェクト。

getNtfsAttributes

public EnumSet getNtfsAttributes()

ファイルとディレクトリのファイル システム属性を取得します。 設定されていない場合は、既存の値の保持を示します。

Returns:

NtfsAttributesファイル システム属性を表す オブジェクト。

getParentId

public String getParentId()

ディレクトリの親 ID を取得します。

Returns:

Stringディレクトリの親 ID を指定する 。

isServerEncrypted

public boolean isServerEncrypted()

ディレクトリのサーバー側暗号化の状態を取得します。

Returns:

booleanディレクトリの暗号化状態を指定する 。

setChangeTime

protected void setChangeTime(String changeTime)

ディレクトリの変更時刻を設定します。

Parameters:

changeTime - String設定する変更時間を指定する オブジェクト。

setCreationTime

public void setCreationTime(String creationTime)

ディレクトリの作成時間を設定します。

Parameters:

creationTime - String設定する作成時間を指定する オブジェクト。

setEtag

protected void setEtag(final String etag)

ディレクトリの ETag 値を設定します。

Parameters:

etag - String設定する ETag を表す 。

setFileId

protected void setFileId(String fileId)

ディレクトリの ID を設定します。

Parameters:

fileId - String設定する ID を指定する 。

setFilePermissionKey

public void setFilePermissionKey(String filePermissionKey)

ディレクトリのアクセス許可キーを設定します。

Parameters:

filePermissionKey - String設定するディレクトリアクセス許可キーを指定する 。

setLastModified

protected void setLastModified(final Date lastModified)

ディレクトリの最終変更時刻を設定します。

Parameters:

lastModified - java.util.Date設定する最終変更時刻を表す オブジェクト。

setLastWriteTime

public void setLastWriteTime(String lastWriteTime)

ディレクトリの最後の書き込み時刻を設定します。

Parameters:

lastWriteTime - String設定する最後の書き込み時刻を指定する オブジェクト。

setNtfsAttributes

public void setNtfsAttributes(EnumSet ntfsAttributes)

ファイルとディレクトリのファイル システム属性を設定します。 設定されていない場合は、既存の値の保持を示します。

Parameters:

ntfsAttributes - NtfsAttributes設定するファイル システム属性を指定する 。

setParentId

protected void setParentId(String parentId)

ディレクトリの親 ID を設定します。

Parameters:

parentId - String設定する親 ID を指定する 。

setServerEncrypted

protected void setServerEncrypted(boolean serverEncrypted)

ディレクトリのサーバー側暗号化の状態を設定します。

Parameters:

serverEncrypted - boolean設定する暗号化の状態を指定する 。

適用対象