AzureBlobLoggerOptions Sınıf

Tanım

Azure tanılama blob günlüğe kaydetme seçenekleri.Options for Azure diagnostics blob logging.

public ref class AzureBlobLoggerOptions : Microsoft::Extensions::Logging::AzureAppServices::Internal::BatchingLoggerOptions
public ref class AzureBlobLoggerOptions : Microsoft::Extensions::Logging::AzureAppServices::BatchingLoggerOptions
public class AzureBlobLoggerOptions : Microsoft.Extensions.Logging.AzureAppServices.Internal.BatchingLoggerOptions
public class AzureBlobLoggerOptions : Microsoft.Extensions.Logging.AzureAppServices.BatchingLoggerOptions
type AzureBlobLoggerOptions = class
    inherit BatchingLoggerOptions
Public Class AzureBlobLoggerOptions
Inherits BatchingLoggerOptions
Devralma
Microsoft.Extensions.Logging.AzureAppServices.Internal.BatchingLoggerOptions
AzureBlobLoggerOptions
Devralma
AzureBlobLoggerOptions

Oluşturucular

AzureBlobLoggerOptions()

Özellikler

BackgroundQueueSize

Arka plan günlüğü ileti sırasının en büyük boyutunu alır veya ayarlar; sınır yok olarak null olur.Gets or sets the maximum size of the background log message queue or null for no limit. En fazla sıra boyutuna ulaşıldığında günlüğe olay havuzu engelleme işlemi başlar.After maximum queue size is reached log event sink would start blocking. Varsayılan olarak 1000' dir.Defaults to 1000.

(Devralındığı yer: BatchingLoggerOptions)
BatchSize

Tek bir toplu işe dahil edilecek en fazla olay sayısını alır veya ayarlar, sınır olmaması için null değerini alır veya ayarlar.Gets or sets a maximum number of events to include in a single batch or null for no limit.

(Devralındığı yer: BatchingLoggerOptions)
BlobName

Günlük blobu adının son bölümünü alır veya ayarlar.Gets or sets the last section of log blob name. Varsayılan olarak "applicationLog.txt"olur.Defaults to "applicationLog.txt".

FlushPeriod

Depoda günlüklerin ne kadar süre sonra silinecek süreyi alır veya ayarlar.Gets or sets the period after which logs will be flushed to the store.

(Devralındığı yer: BatchingLoggerOptions)
IncludeScopes

Kapsamın iletiye dahil edilip edilmeyeceğini gösteren bir değer alır veya ayarlar.Gets or sets a value indicating whether scopes should be included in the message. Varsayılan olarak olur false .Defaults to false.

(Devralındığı yer: BatchingLoggerOptions)
IsEnabled

Günlükçü 'nin ve kuyrukların yazmaları kabul edip etmediğini gösteren değeri alır veya ayarlar.Gets or sets value indicating if logger accepts and queues writes.

(Devralındığı yer: BatchingLoggerOptions)

Yöntemler

Equals(Object)

Belirtilen nesnenin geçerli nesneye eşit olup olmadığını belirler.Determines whether the specified object is equal to the current object.

(Devralındığı yer: Object)
GetHashCode()

Varsayılan karma işlevi olarak işlev görür.Serves as the default hash function.

(Devralındığı yer: Object)
GetType()

TypeGeçerli örneği alır.Gets the Type of the current instance.

(Devralındığı yer: Object)
MemberwiseClone()

Geçerli bir basit kopyasını oluşturur Object .Creates a shallow copy of the current Object.

(Devralındığı yer: Object)
ToString()

Geçerli nesneyi temsil eden dizeyi döndürür.Returns a string that represents the current object.

(Devralındığı yer: Object)

Şunlara uygulanır