C# 클래스 TastyDomainDriven.Azure.AzureBlob.DefaultAzureNamingPolicy

상속: IAzureAppenderBlobNamingPolicy
파일 보기 프로젝트 열기: jaceenet/TastyDomainDriven

공개 메소드들

메소드 설명
DefaultAzureNamingPolicy ( ) : System
DefaultAzureNamingPolicy ( string prefix ) : System
GetIndexPath ( ) : string
GetIndexPath ( string streamid ) : string
GetMasterPath ( ) : string
GetStreamPath ( string streamid ) : string

메소드 상세

DefaultAzureNamingPolicy() 공개 메소드

public DefaultAzureNamingPolicy ( ) : System
리턴 System

DefaultAzureNamingPolicy() 공개 메소드

public DefaultAzureNamingPolicy ( string prefix ) : System
prefix string
리턴 System

GetIndexPath() 공개 메소드

public GetIndexPath ( ) : string
리턴 string

GetIndexPath() 공개 메소드

public GetIndexPath ( string streamid ) : string
streamid string
리턴 string

GetMasterPath() 공개 메소드

public GetMasterPath ( ) : string
리턴 string

GetStreamPath() 공개 메소드

public GetStreamPath ( string streamid ) : string
streamid string
리턴 string