Table of Contents

Property MaxMessageSize

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

MaxMessageSize

Maximum allowed size of the serialized message body in bytes. Messages exceeding this limit will cause SaveChangesAsync to throw an InvalidOperationException, rolling back the entire transaction. Default: null (no limit).

public int? MaxMessageSize { get; set; }

Property Value

int?